Home
last modified time | relevance | path

Searched defs:initialGeneratorFuncPrototype (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp47 … JSHandle<JSObject> initialGeneratorFuncPrototype = factory->NewJSObjectByConstructor(objFun); in InitializeJSFunction() local
56 … JSHandle<JSObject> initialGeneratorFuncPrototype = factory->NewJSObjectByConstructor(objFun); in InitializeJSFunction() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp3112 JSHandle<JSObject> initialGeneratorFuncPrototype = factory_->NewJSObjectWithInit(objFuncClass); in InitializeGenerator() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp99 JSHandle<JSObject> initialGeneratorFuncPrototype = factory->NewJSObjectByConstructor(objFun); in DEF_RUNTIME_STUBS() local