Searched refs:AsyncFunctionConstructor (Results 1 – 4 of 4) sorted by relevance
26 static JSTaggedValue AsyncFunctionConstructor(EcmaRuntimeCallInfo *argv);
22 JSTaggedValue BuiltinsAsyncFunction::AsyncFunctionConstructor(EcmaRuntimeCallInfo *argv) in AsyncFunctionConstructor() function in panda::ecmascript::builtins::BuiltinsAsyncFunction
1077 …env, asyncFuncPrototype, AsyncFunction::AsyncFunctionConstructor, "AsyncFunction", FunctionLength:… in InitializeAsyncFunction()
639 reinterpret_cast<uintptr_t>(AsyncFunction::AsyncFunctionConstructor),