Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp3178 JSHandle<JSObject> asyncGeneratorFuncPrototype = factory_->NewJSObjectWithInit(objFuncClass); in InitializeAsyncGeneratorFunction() local
3179 JSHandle<JSTaggedValue> asyncGeneratorFuncPrototypeValue(asyncGeneratorFuncPrototype); in InitializeAsyncGeneratorFunction()
3187 NewBuiltinConstructor(env, asyncGeneratorFuncPrototype, in InitializeAsyncGeneratorFunction()
3193 …JSObject::DefineOwnProperty(thread_, asyncGeneratorFuncPrototype, constructorKey, asyncGeneratorDe… in InitializeAsyncGeneratorFunction()
3199 …JSObject::DefineOwnProperty(thread_, asyncGeneratorFuncPrototype, globalConst->GetHandledPrototype… in InitializeAsyncGeneratorFunction()
3203 SetStringTagSymbol(env, asyncGeneratorFuncPrototype, "AsyncGeneratorFunction"); in InitializeAsyncGeneratorFunction()
3205 JSObject::SetPrototype(thread_, asyncGeneratorFuncPrototype, env->GetFunctionPrototype()); in InitializeAsyncGeneratorFunction()
3215 env->SetAsyncGeneratorFunctionPrototype(thread_, asyncGeneratorFuncPrototype); in InitializeAsyncGeneratorFunction()
3253 JSHandle<JSObject> asyncGeneratorFuncPrototype = factory_->NewJSObjectWithInit(objFuncClass); in InitializeAsyncGenerator() local
3257 …SetFunction(env, asyncGeneratorFuncPrototype, "next", AsyncGeneratorObject::AsyncGeneratorPrototyp… in InitializeAsyncGenerator()
[all …]