Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_async_generator_object_test.cpp63 JSHandle<JSAsyncGeneratorObject> asyncGenObj = in HWTEST_F_L0() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1388 void PandaGen::SuspendAsyncGenerator(const ir::AstNode *node, VReg asyncGenObj) in SuspendAsyncGenerator()
1440 void PandaGen::AsyncGeneratorResolve(const ir::AstNode *node, VReg asyncGenObj, VReg value, VReg ca… in AsyncGeneratorResolve()
1445 void PandaGen::AsyncGeneratorReject(const ir::AstNode *node, VReg asyncGenObj) in AsyncGeneratorReject()