Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp46 … JSHandle<JSObject> initialGeneratorFuncPrototype = factory->NewJSObjectByConstructor(objFun); in InitializeJSFunctionCommon() local
55 … JSHandle<JSObject> initialGeneratorFuncPrototype = factory->NewJSObjectByConstructor(objFun); in InitializeJSFunctionCommon() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp3145 JSHandle<JSObject> initialGeneratorFuncPrototype = factory_->NewJSObjectWithInit(objFuncClass); in InitializeGenerator() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp89 JSHandle<JSObject> initialGeneratorFuncPrototype = factory->NewJSObjectByConstructor(objFun); in DEF_RUNTIME_STUBS() local