Searched refs:asyncGeneratorFunction (Results 1 – 6 of 6) sorted by relevance
41 JSHandle<JSFunction> asyncGeneratorFunction = factory->NewJSAsyncGeneratorFunction(method); in JSValueRefIsAsyncGeneratorFunctionTrueFuzzTest() local42 JSHandle<JSTaggedValue> asyncgefu = JSHandle<JSTaggedValue>::Cast(asyncGeneratorFunction); in JSValueRefIsAsyncGeneratorFunctionTrueFuzzTest()79 JSHandle<JSFunction> asyncGeneratorFunction = factory->NewJSAsyncGeneratorFunction(method); in JSValueRefIsAsyncGeneratorObjectTrueFuzzTest() local80 JSHandle<JSTaggedValue> asyncgefu = JSHandle<JSTaggedValue>::Cast(asyncGeneratorFunction); in JSValueRefIsAsyncGeneratorObjectTrueFuzzTest()
16 async function* asyncGeneratorFunction() { generator
46 async function* asyncGeneratorFunction() { generator
443 JSHandle<JSTaggedValue> asyncGeneratorFunction(thread, genFunc); in CreateAsyncGeneratorObj() local444 return RuntimeStubs::RuntimeCreateAsyncGeneratorObj(thread, asyncGeneratorFunction); in CreateAsyncGeneratorObj()
2969 JSHandle<JSFunction> asyncGeneratorFunction = in InitializeAsyncGeneratorFunction() local2973 …JSObject::SetPrototype(thread_, JSHandle<JSObject>::Cast(asyncGeneratorFunction), env->GetFunction… in InitializeAsyncGeneratorFunction()2975 …opertyDescriptor asyncGeneratorDesc(thread_, JSHandle<JSTaggedValue>::Cast(asyncGeneratorFunction), in InitializeAsyncGeneratorFunction()2978 …asyncGeneratorFunction->SetProtoOrHClass(thread_, asyncGeneratorFuncInstanceHClass.GetTaggedValue(… in InitializeAsyncGeneratorFunction()2979 env->SetAsyncGeneratorFunctionFunction(thread_, asyncGeneratorFunction); in InitializeAsyncGeneratorFunction()
3909 JSHandle<JSFunction> asyncGeneratorFunction = factory->NewJSAsyncGeneratorFunction(method); in HWTEST_F_L0() local3910 JSHandle<JSTaggedValue> asyncgefu = JSHandle<JSTaggedValue>::Cast(asyncGeneratorFunction); in HWTEST_F_L0()