Home
last modified time | relevance | path

Searched refs:asyncGeneratorFunction (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp443 JSHandle<JSTaggedValue> asyncGeneratorFunction(thread, genFunc); in CreateAsyncGeneratorObj() local
444 return RuntimeStubs::RuntimeCreateAsyncGeneratorObj(thread, asyncGeneratorFunction); in CreateAsyncGeneratorObj()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp3186 JSHandle<JSFunction> asyncGeneratorFunction = in InitializeAsyncGeneratorFunction() local
3191 …opertyDescriptor asyncGeneratorDesc(thread_, JSHandle<JSTaggedValue>::Cast(asyncGeneratorFunction), in InitializeAsyncGeneratorFunction()
3194asyncGeneratorFunction->SetProtoOrHClass(thread_, asyncGeneratorFuncInstanceHClass.GetTaggedValue(… in InitializeAsyncGeneratorFunction()
3195 env->SetAsyncGeneratorFunctionFunction(thread_, asyncGeneratorFunction); in InitializeAsyncGeneratorFunction()