Searched defs:AsyncFunctionAwait (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ | ||
D | js_async_function.cpp | 34 void JSAsyncFunction::AsyncFunctionAwait(JSThread *thread, const JSHandle<JSAsyncFuncObject> &async… in AsyncFunctionAwait() function in panda::ecmascript::JSAsyncFunction |
/arkcompiler/ets_runtime/ecmascript/tests/ | ||
D | js_async_function_test.cpp | 86 HWTEST_F_L0(JSAsyncFunctionTest, AsyncFunctionAwait) in HWTEST_F_L0() argument |
/arkcompiler/ets_frontend/es2panda/compiler/core/ | ||
D | pandagen.cpp | 1436 void PandaGen::AsyncFunctionAwait(const ir::AstNode *node, VReg asyncFuncObj) in AsyncFunctionAwait() function in panda::es2panda::compiler::PandaGen |