Home
last modified time | relevance | path

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

/external/v8/src/
Dbootstrapper.cc3438 Handle<JSFunction> async_function_constructor = InstallFunction( in ExportFromRuntime() local
3442 async_function_constructor->shared()->DontAdaptArguments(); in ExportFromRuntime()
3443 async_function_constructor->shared()->SetConstructStub( in ExportFromRuntime()
3445 async_function_constructor->shared()->set_length(1); in ExportFromRuntime()
3446 InstallWithIntrinsicDefaultProto(isolate, async_function_constructor, in ExportFromRuntime()
3448 JSObject::ForceSetPrototype(async_function_constructor, in ExportFromRuntime()
3453 async_function_constructor, in ExportFromRuntime()
3456 JSFunction::SetPrototype(async_function_constructor, in ExportFromRuntime()
Dcontexts.h205 V(ASYNC_FUNCTION_FUNCTION_INDEX, JSFunction, async_function_constructor) \