Home
last modified time | relevance | path

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

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