Home
last modified time | relevance | path

Searched defs:AsyncFunctionAwait (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_async_function_test.cpp64 HWTEST_F_L0(JSAsyncFunctionTest, AsyncFunctionAwait) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/
Djs_async_function.cpp32 void JSAsyncFunction::AsyncFunctionAwait(JSThread *thread, const JSHandle<JSAsyncFuncObject> &async… in AsyncFunctionAwait() function in panda::ecmascript::JSAsyncFunction
93 void JSAsyncFunction::AsyncFunctionAwait(JSThread *thread, const JSHandle<JSTaggedValue> &asyncFunc… in AsyncFunctionAwait() function in panda::ecmascript::JSAsyncFunction
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1541 void PandaGen::AsyncFunctionAwait(const ir::AstNode *node, VReg asyncFuncObj) in AsyncFunctionAwait() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.cpp1224 void PandaGen::AsyncFunctionAwait(const ir::AstNode *node, VReg asyncFuncObj) in AsyncFunctionAwait() function in ark::es2panda::compiler::PandaGen