Searched refs:AsyncGeneratorPrototypeThrow (Results 1 – 4 of 4) sorted by relevance
34 static JSTaggedValue AsyncGeneratorPrototypeThrow(EcmaRuntimeCallInfo *argv);
68 JSTaggedValue BuiltinsAsyncGenerator::AsyncGeneratorPrototypeThrow(EcmaRuntimeCallInfo *argv) in AsyncGeneratorPrototypeThrow() function in panda::ecmascript::builtins::BuiltinsAsyncGenerator
3264 …tion(env, asyncGeneratorFuncPrototype, "throw", AsyncGeneratorObject::AsyncGeneratorPrototypeThrow, in InitializeAsyncGenerator()
644 reinterpret_cast<uintptr_t>(AsyncGeneratorObject::AsyncGeneratorPrototypeThrow),