Searched refs:AsyncGeneratorPrototypeNext (Results 1 – 4 of 4) sorted by relevance
28 static JSTaggedValue AsyncGeneratorPrototypeNext(EcmaRuntimeCallInfo *argv);
33 JSTaggedValue BuiltinsAsyncGenerator::AsyncGeneratorPrototypeNext(EcmaRuntimeCallInfo *argv) in AsyncGeneratorPrototypeNext() function in panda::ecmascript::builtins::BuiltinsAsyncGenerator
3258 …nction(env, asyncGeneratorFuncPrototype, "next", AsyncGeneratorObject::AsyncGeneratorPrototypeNext, in InitializeAsyncGenerator()
642 reinterpret_cast<uintptr_t>(AsyncGeneratorObject::AsyncGeneratorPrototypeNext),