| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_async_function.h | 52 static void AsyncFunctionAwait(JSThread *thread, const JSHandle<JSTaggedValue> &asyncFuncObj, 54 … static void AsyncFunctionAwait(JSThread *thread, const JSHandle<JSAsyncFuncObject> &asyncFuncObj,
|
| D | js_async_function.cpp | 34 void JSAsyncFunction::AsyncFunctionAwait(JSThread *thread, const JSHandle<JSAsyncFuncObject> &async… in AsyncFunctionAwait() function in panda::ecmascript::JSAsyncFunction 95 void JSAsyncFunction::AsyncFunctionAwait(JSThread *thread, const JSHandle<JSTaggedValue> &asyncFunc… 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 92 JSAsyncFunction::AsyncFunctionAwait(thread, asyncFuncObj, valueHandle); in HWTEST_F_L0()
|
| /arkcompiler/ets_frontend/es2panda/compiler/function/ |
| D | asyncGeneratorFunctionBuilder.cpp | 87 pg_->AsyncFunctionAwait(node, funcObj_); in ExplicitReturn() 117 pg_->AsyncFunctionAwait(node, funcObj_); in Yield()
|
| D | functionBuilder.cpp | 136 pg_->AsyncFunctionAwait(node, funcObj_); in Await() 302 pg_->AsyncFunctionAwait(node, funcObj_); in YieldStar()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/function/ |
| D | functionBuilder.cpp | 106 pg_->AsyncFunctionAwait(node, funcObj_); in Await() 266 pg_->AsyncFunctionAwait(node, funcObj_); in YieldStar()
|
| D | asyncGeneratorFunctionBuilder.cpp | 75 pg_->AsyncFunctionAwait(node, funcObj_); in Yield()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | pandagen.h | 163 void AsyncFunctionAwait(const ir::AstNode *node, VReg asyncFuncObj);
|
| D | pandagen.cpp | 1229 void PandaGen::AsyncFunctionAwait(const ir::AstNode *node, VReg asyncFuncObj) in AsyncFunctionAwait() function in panda::es2panda::compiler::PandaGen
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.h | 399 void AsyncFunctionAwait(const ir::AstNode *node, VReg asyncFuncObj);
|
| D | pandagen.cpp | 1510 void PandaGen::AsyncFunctionAwait(const ir::AstNode *node, VReg asyncFuncObj) in AsyncFunctionAwait() function in panda::es2panda::compiler::PandaGen
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 314 JSAsyncFunction::AsyncFunctionAwait(thread, asyncFuncObj, value); in RuntimeAsyncFunctionAwaitUncaught()
|