Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp3180 JSHandle<JSTaggedValue> asyncGeneratorFuncPrototypeValue(asyncGeneratorFuncPrototype); in InitializeAsyncGeneratorFunction() local
3184 asyncGeneratorFuncPrototypeValue); in InitializeAsyncGeneratorFunction()
3208 …PropertyDescriptor asyncGeneratorObjDesc(thread_, asyncGeneratorFuncPrototypeValue, false, false, … in InitializeAsyncGeneratorFunction()
3212 …PropertyDescriptor asyncGeneratorObjProtoDesc(thread_, asyncGeneratorFuncPrototypeValue, true, fal… in InitializeAsyncGeneratorFunction()