Home
last modified time | relevance | path

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

/external/v8/src/
Dbootstrapper.cc4142 Handle<JSFunction> async_function_constructor = InstallFunction( in ExportFromRuntime() local
4146 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()
Dcontexts.h133 V(ASYNC_FUNCTION_FUNCTION_INDEX, JSFunction, async_function_constructor) \