Searched defs:AsyncFunctionAwait (Results 1 - 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ | ||
| H A D | js_async_function.cpp | 30 void JSAsyncFunction::AsyncFunctionAwait(JSThread *thread, const JSHandle<JSAsyncFuncObject> &asyncFuncObj, in AsyncFunctionAwait() function in panda::ecmascript::JSAsyncFunction 91 void JSAsyncFunction::AsyncFunctionAwait(JSThread *thread, const JSHandle<JSTaggedValue> &asyncFuncObj, in AsyncFunctionAwait() function in panda::ecmascript::JSAsyncFunction |
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ | ||
| H A D | pandagen.cpp | 1269 void PandaGen::AsyncFunctionAwait(const ir::AstNode *node, VReg asyncFuncObj) in AsyncFunctionAwait() function in ark::es2panda::compiler::PandaGen |
| /arkcompiler/ets_frontend/es2panda/compiler/core/ | ||
| H A D | pandagen.cpp | 1513 void PandaGen::AsyncFunctionAwait(const ir::AstNode *node, VReg asyncFuncObj) in AsyncFunctionAwait() function in panda::es2panda::compiler::PandaGen |
Completed in 7 milliseconds