Searched defs:asyncGenObj (Results 1 – 4 of 4) sorted by relevance
39 JSHandle<JSAsyncGeneratorObject> asyncGenObj = in HWTEST_F_L0() local
1194 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()
1556 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()
5791 JSHandle<JSAsyncGeneratorObject> asyncGenObj = in HWTEST_F_L0() local