Searched refs:async_function_constructor (Results 1 – 2 of 2) sorted by relevance
4142 Handle<JSFunction> async_function_constructor = InstallFunction( in ExportFromRuntime() local4146 async_function_constructor->set_prototype_or_initial_map( in ExportFromRuntime()4148 async_function_constructor->shared()->DontAdaptArguments(); in ExportFromRuntime()4149 async_function_constructor->shared()->set_length(1); in ExportFromRuntime()4150 native_context->set_async_function_constructor(*async_function_constructor); in ExportFromRuntime()4151 JSObject::ForceSetPrototype(async_function_constructor, in ExportFromRuntime()4156 async_function_constructor, in ExportFromRuntime()4159 JSFunction::SetPrototype(async_function_constructor, in ExportFromRuntime()
133 V(ASYNC_FUNCTION_FUNCTION_INDEX, JSFunction, async_function_constructor) \