Searched refs:asyncGeneratorFuncPrototype (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins.cpp | 3048 JSHandle<JSObject> asyncGeneratorFuncPrototype = factory_->NewJSObjectWithInit(objFuncClass); in InitializeAsyncGeneratorFunction() local 3049 JSHandle<JSTaggedValue> asyncGeneratorFuncPrototypeValue(asyncGeneratorFuncPrototype); in InitializeAsyncGeneratorFunction() 3057 NewBuiltinConstructor(env, asyncGeneratorFuncPrototype, in InitializeAsyncGeneratorFunction() 3064 …JSObject::DefineOwnProperty(thread_, asyncGeneratorFuncPrototype, constructorKey, asyncGeneratorDe… in InitializeAsyncGeneratorFunction() 3070 …JSObject::DefineOwnProperty(thread_, asyncGeneratorFuncPrototype, globalConst->GetHandledPrototype… in InitializeAsyncGeneratorFunction() 3074 SetStringTagSymbol(env, asyncGeneratorFuncPrototype, "AsyncGeneratorFunction"); in InitializeAsyncGeneratorFunction() 3076 JSObject::SetPrototype(thread_, asyncGeneratorFuncPrototype, env->GetFunctionPrototype()); in InitializeAsyncGeneratorFunction() 3086 env->SetAsyncGeneratorFunctionPrototype(thread_, asyncGeneratorFuncPrototype); in InitializeAsyncGeneratorFunction() 3123 JSHandle<JSObject> asyncGeneratorFuncPrototype = factory_->NewJSObjectWithInit(objFuncClass); in InitializeAsyncGenerator() local 3127 …SetFunction(env, asyncGeneratorFuncPrototype, "next", AsyncGeneratorObject::AsyncGeneratorPrototyp… in InitializeAsyncGenerator() [all …]
|