Home
last modified time | relevance | path

Searched refs:AsyncFunctionAwait (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_async_function.h52 static void AsyncFunctionAwait(JSThread *thread, const JSHandle<JSTaggedValue> &asyncFuncObj,
54 … static void AsyncFunctionAwait(JSThread *thread, const JSHandle<JSAsyncFuncObject> &asyncFuncObj,
Djs_async_function.cpp34 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/
Djs_async_function_test.cpp86 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/
DasyncGeneratorFunctionBuilder.cpp86 pg_->AsyncFunctionAwait(node, funcObj_); in ExplicitReturn()
115 pg_->AsyncFunctionAwait(node, funcObj_); in Yield()
DfunctionBuilder.cpp133 pg_->AsyncFunctionAwait(node, funcObj_); in Await()
299 pg_->AsyncFunctionAwait(node, funcObj_); in YieldStar()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h388 void AsyncFunctionAwait(const ir::AstNode *node, VReg asyncFuncObj);
Dpandagen.cpp1436 void PandaGen::AsyncFunctionAwait(const ir::AstNode *node, VReg asyncFuncObj) in AsyncFunctionAwait() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h307 JSAsyncFunction::AsyncFunctionAwait(thread, asyncFuncObj, value); in RuntimeAsyncFunctionAwaitUncaught()