Searched refs:module_constructor (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/wasm/ |
D | wasm-js.cc | 1513 Handle<JSFunction> module_constructor = in Install() local 1515 context->set_wasm_module_constructor(*module_constructor); in Install() 1516 SetDummyInstanceTemplate(isolate, module_constructor); in Install() 1517 JSFunction::EnsureHasInitialMap(module_constructor); in Install() 1519 JSObject::cast(module_constructor->instance_prototype()), isolate); in Install() 1522 JSFunction::SetInitialMap(module_constructor, module_map, module_proto); in Install() 1523 InstallFunc(isolate, module_constructor, "imports", WebAssemblyModuleImports, in Install() 1525 InstallFunc(isolate, module_constructor, "exports", WebAssemblyModuleExports, in Install() 1527 InstallFunc(isolate, module_constructor, "customSections", in Install()
|