Searched defs:asyncGenObj (Results 1 – 4 of 4) sorted by relevance
39 JSHandle<JSAsyncGeneratorObject> asyncGenObj = in HWTEST_F_L0() local
1193 void PandaGen::SuspendAsyncGenerator(const ir::AstNode *node, VReg asyncGenObj) in SuspendAsyncGenerator()1238 void PandaGen::AsyncGeneratorResolve(const ir::AstNode *node, VReg asyncGenObj) in AsyncGeneratorResolve()1243 void PandaGen::AsyncGeneratorReject(const ir::AstNode *node, VReg asyncGenObj) in AsyncGeneratorReject()
1542 void PandaGen::AsyncGeneratorResolve(const ir::AstNode *node, VReg asyncGenObj, VReg value, VReg ca… in AsyncGeneratorResolve()1547 void PandaGen::AsyncGeneratorReject(const ir::AstNode *node, VReg asyncGenObj) in AsyncGeneratorReject()
5791 JSHandle<JSAsyncGeneratorObject> asyncGenObj = in HWTEST_F_L0() local