Searched defs:AsyncGeneratorReject (Results 1 – 5 of 5) sorted by relevance
90 JSTaggedValue JSAsyncGeneratorObject::AsyncGeneratorReject(JSThread *thread, in AsyncGeneratorReject() function in panda::ecmascript::JSAsyncGeneratorObject
1530 void PandaGen::AsyncGeneratorReject(const ir::AstNode *node, VReg asyncGenObj) in AsyncGeneratorReject() function in panda::es2panda::compiler::PandaGen
1249 void PandaGen::AsyncGeneratorReject(const ir::AstNode *node, VReg asyncGenObj) in AsyncGeneratorReject() function in panda::es2panda::compiler::PandaGen
1187 JSTaggedValue SlowRuntimeStub::AsyncGeneratorReject(JSThread *thread, JSTaggedValue asyncFuncObj, in AsyncGeneratorReject() function in panda::ecmascript::SlowRuntimeStub
1031 DEF_RUNTIME_STUBS(AsyncGeneratorReject) in DEF_RUNTIME_STUBS() argument