Home
last modified time | relevance | path

Searched defs:objFuncPrototypeVal (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_lazy_callback.cpp31 JSHandle<JSTaggedValue> objFuncPrototypeVal = env->GetObjectFunctionPrototype(); in Date() local
47 JSHandle<JSTaggedValue> objFuncPrototypeVal = env->GetObjectFunctionPrototype(); in Set() local
62 JSHandle<JSTaggedValue> objFuncPrototypeVal = env->GetObjectFunctionPrototype(); in Map() local
139 JSHandle<JSTaggedValue> objFuncPrototypeVal = env->GetObjectFunctionPrototype(); in TypedArray() local
182 JSHandle<JSTaggedValue> objFuncPrototypeVal = env->GetObjectFunctionPrototype(); in DataView() local
Dbuiltins.cpp200 JSHandle<JSTaggedValue> objFuncPrototypeVal(objFuncPrototype); in Initialize() local
2161 …s::InitializeArray(const JSHandle<GlobalEnv> &env, const JSHandle<JSTaggedValue> &objFuncPrototype… in InitializeArray()