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.cpp33 JSHandle<JSTaggedValue> objFuncPrototypeVal = env->GetObjectFunctionPrototype(); in Date() local
49 JSHandle<JSTaggedValue> objFuncPrototypeVal = env->GetObjectFunctionPrototype(); in Set() local
64 JSHandle<JSTaggedValue> objFuncPrototypeVal = env->GetObjectFunctionPrototype(); in Map() local
141 JSHandle<JSTaggedValue> objFuncPrototypeVal = env->GetObjectFunctionPrototype(); in TypedArray() local
184 JSHandle<JSTaggedValue> objFuncPrototypeVal = env->GetObjectFunctionPrototype(); in DataView() local
Dbuiltins.cpp325 JSHandle<JSTaggedValue> objFuncPrototypeVal(objFuncPrototype); in Initialize() local