Home
last modified time | relevance | path

Searched refs:function_constructor (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-js.cc2941 Handle<JSFunction> function_constructor = InstallConstructorFunc( in Install() local
2943 SetDummyInstanceTemplate(isolate, function_constructor); in Install()
2944 JSFunction::EnsureHasInitialMap(function_constructor); in Install()
2946 JSObject::cast(function_constructor->instance_prototype()), isolate); in Install()
2954 JSFunction::SetInitialMap(isolate, function_constructor, function_map, in Install()
2956 InstallFunc(isolate, function_constructor, "type", WebAssemblyFunctionType, in Install()