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.cpp430 JSHandle<JSTaggedValue> asyncGeneratorFunction(thread, genFunc); in CreateAsyncGeneratorObj() local
431 return RuntimeStubs::RuntimeCreateAsyncGeneratorObj(thread, asyncGeneratorFunction); in CreateAsyncGeneratorObj()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp2939 JSHandle<JSFunction> asyncGeneratorFunction = in InitializeAsyncGeneratorFunction() local
2944 …opertyDescriptor asyncGeneratorDesc(thread_, JSHandle<JSTaggedValue>::Cast(asyncGeneratorFunction), in InitializeAsyncGeneratorFunction()
2947asyncGeneratorFunction->SetProtoOrHClass(thread_, asyncGeneratorFuncInstanceHClass.GetTaggedValue(… in InitializeAsyncGeneratorFunction()
2948 env->SetAsyncGeneratorFunctionFunction(thread_, asyncGeneratorFunction); in InitializeAsyncGeneratorFunction()