Searched refs:asyncGeneratorFunction (Results 1 – 6 of 6) sorted by relevance
43 … JSHandle<JSFunction> asyncGeneratorFunction = factory->NewJSAsyncGeneratorFunction(method); in JSValueRefIsAsyncGeneratorFunctionTrueFuzzTest() local44 … JSHandle<JSTaggedValue> asyncgefu = JSHandle<JSTaggedValue>::Cast(asyncGeneratorFunction); in JSValueRefIsAsyncGeneratorFunctionTrueFuzzTest()76 … JSHandle<JSFunction> asyncGeneratorFunction = factory->NewJSAsyncGeneratorFunction(method); in JSValueRefIsAsyncGeneratorObjectTrueFuzzTest() local77 … JSHandle<JSTaggedValue> asyncgefu = JSHandle<JSTaggedValue>::Cast(asyncGeneratorFunction); in JSValueRefIsAsyncGeneratorObjectTrueFuzzTest()
16 async function* asyncGeneratorFunction() { generator
46 async function* asyncGeneratorFunction() { generator
426 JSHandle<JSTaggedValue> asyncGeneratorFunction(thread, genFunc); in CreateAsyncGeneratorObj() local427 return RuntimeStubs::RuntimeCreateAsyncGeneratorObj(thread, asyncGeneratorFunction); in CreateAsyncGeneratorObj()
3089 JSHandle<JSFunction> asyncGeneratorFunction = in InitializeAsyncGeneratorFunction() local3093 …JSObject::SetPrototype(thread_, JSHandle<JSObject>::Cast(asyncGeneratorFunction), env->GetFunction… in InitializeAsyncGeneratorFunction()3095 …opertyDescriptor asyncGeneratorDesc(thread_, JSHandle<JSTaggedValue>::Cast(asyncGeneratorFunction), in InitializeAsyncGeneratorFunction()3098 …asyncGeneratorFunction->SetProtoOrHClass(thread_, asyncGeneratorFuncInstanceHClass.GetTaggedValue(… in InitializeAsyncGeneratorFunction()3099 env->SetAsyncGeneratorFunctionFunction(thread_, asyncGeneratorFunction); in InitializeAsyncGeneratorFunction()
3860 JSHandle<JSFunction> asyncGeneratorFunction = factory->NewJSAsyncGeneratorFunction(method); in HWTEST_F_L0() local3861 JSHandle<JSTaggedValue> asyncgefu = JSHandle<JSTaggedValue>::Cast(asyncGeneratorFunction); in HWTEST_F_L0()