Searched defs:asyncGenObj (Results 1 – 4 of 4) sorted by relevance
39 JSHandle<JSAsyncGeneratorObject> asyncGenObj = in HWTEST_F_L0() local
1239 void PandaGen::SuspendAsyncGenerator(const ir::AstNode *node, VReg asyncGenObj) in SuspendAsyncGenerator()1284 void PandaGen::AsyncGeneratorResolve(const ir::AstNode *node, VReg asyncGenObj) in AsyncGeneratorResolve()1289 void PandaGen::AsyncGeneratorReject(const ir::AstNode *node, VReg asyncGenObj) in AsyncGeneratorReject()
1523 void PandaGen::AsyncGeneratorResolve(const ir::AstNode *node, VReg asyncGenObj, VReg value, VReg ca… in AsyncGeneratorResolve()1528 void PandaGen::AsyncGeneratorReject(const ir::AstNode *node, VReg asyncGenObj) in AsyncGeneratorReject()
5791 JSHandle<JSAsyncGeneratorObject> asyncGenObj = in HWTEST_F_L0() local