Searched refs:asyncGeneratorFuncPrototype (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins.cpp | 2961 JSHandle<JSObject> asyncGeneratorFuncPrototype = factory_->NewJSObjectWithInit(objFuncClass); in InitializeAsyncGeneratorFunction() local 2962 JSHandle<JSTaggedValue> asyncGeneratorFuncPrototypeValue(asyncGeneratorFuncPrototype); in InitializeAsyncGeneratorFunction() 2970 NewBuiltinConstructor(env, asyncGeneratorFuncPrototype, in InitializeAsyncGeneratorFunction() 2977 …JSObject::DefineOwnProperty(thread_, asyncGeneratorFuncPrototype, constructorKey, asyncGeneratorDe… in InitializeAsyncGeneratorFunction() 2983 …JSObject::DefineOwnProperty(thread_, asyncGeneratorFuncPrototype, globalConst->GetHandledPrototype… in InitializeAsyncGeneratorFunction() 2987 SetStringTagSymbol(env, asyncGeneratorFuncPrototype, "AsyncGeneratorFunction"); in InitializeAsyncGeneratorFunction() 2989 JSObject::SetPrototype(thread_, asyncGeneratorFuncPrototype, env->GetFunctionPrototype()); in InitializeAsyncGeneratorFunction() 2999 env->SetAsyncGeneratorFunctionPrototype(thread_, asyncGeneratorFuncPrototype); in InitializeAsyncGeneratorFunction() 3036 JSHandle<JSObject> asyncGeneratorFuncPrototype = factory_->NewJSObjectWithInit(objFuncClass); in InitializeAsyncGenerator() local 3040 …SetFunction(env, asyncGeneratorFuncPrototype, "next", AsyncGeneratorObject::AsyncGeneratorPrototyp… in InitializeAsyncGenerator() [all …]
|