Searched refs:async_function_constructor (Results 1 – 2 of 2) sorted by relevance
2624 Handle<JSFunction> async_function_constructor = InstallFunction( in ExportFromRuntime() local2628 async_function_constructor->set_prototype_or_initial_map( in ExportFromRuntime()2630 async_function_constructor->shared()->DontAdaptArguments(); in ExportFromRuntime()2631 async_function_constructor->shared()->set_construct_stub( in ExportFromRuntime()2633 async_function_constructor->shared()->set_length(1); in ExportFromRuntime()2634 InstallWithIntrinsicDefaultProto(isolate, async_function_constructor, in ExportFromRuntime()2639 async_function_constructor, in ExportFromRuntime()2642 JSFunction::SetPrototype(async_function_constructor, in ExportFromRuntime()
153 V(ASYNC_FUNCTION_FUNCTION_INDEX, JSFunction, async_function_constructor) \