Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-js.cc2247 Handle<JSFunction> function_constructor = InstallConstructorFunc( in Install() local
2249 SetDummyInstanceTemplate(isolate, function_constructor); in Install()
2250 JSFunction::EnsureHasInitialMap(function_constructor); in Install()
2252 JSObject::cast(function_constructor->instance_prototype()), isolate); in Install()
2260 JSFunction::SetInitialMap(function_constructor, function_map, in Install()
2262 InstallFunc(isolate, function_constructor, "type", WebAssemblyFunctionType, in Install()