Searched refs:function_constructor (Results 1 – 1 of 1) sorted by relevance
2941 Handle<JSFunction> function_constructor = InstallConstructorFunc( in Install() local2943 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()