Home
last modified time | relevance | path

Searched refs:AsyncFunctionConstructor (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_async_function.h26 static JSTaggedValue AsyncFunctionConstructor(EcmaRuntimeCallInfo *argv);
Dbuiltins_async_function.cpp22 JSTaggedValue BuiltinsAsyncFunction::AsyncFunctionConstructor(EcmaRuntimeCallInfo *argv) in AsyncFunctionConstructor() function in panda::ecmascript::builtins::BuiltinsAsyncFunction
Dbuiltins.cpp1077 …env, asyncFuncPrototype, AsyncFunction::AsyncFunctionConstructor, "AsyncFunction", FunctionLength:… in InitializeAsyncFunction()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp639 reinterpret_cast<uintptr_t>(AsyncFunction::AsyncFunctionConstructor),