Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_async_generator_object_test.cpp39 JSHandle<JSAsyncGeneratorObject> asyncGenObj = in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.cpp1194 void PandaGen::SuspendAsyncGenerator(const ir::AstNode *node, VReg asyncGenObj) in SuspendAsyncGenerator()
1239 void PandaGen::AsyncGeneratorResolve(const ir::AstNode *node, VReg asyncGenObj) in AsyncGeneratorResolve()
1244 void PandaGen::AsyncGeneratorReject(const ir::AstNode *node, VReg asyncGenObj) in AsyncGeneratorReject()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1556 void PandaGen::AsyncGeneratorResolve(const ir::AstNode *node, VReg asyncGenObj, VReg value, VReg ca… in AsyncGeneratorResolve()
1561 void PandaGen::AsyncGeneratorReject(const ir::AstNode *node, VReg asyncGenObj) in AsyncGeneratorReject()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp5791 JSHandle<JSAsyncGeneratorObject> asyncGenObj = in HWTEST_F_L0() local