Home
last modified time | relevance | path

Searched defs:thisObjVal (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp434 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Concat() local
535 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in CopyWithin() local
678 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Every() local
751 JSHandle<JSTaggedValue> thisObjVal = GetThis(argv); in Fill() local
849JSHandle<JSTaggedValue> &thisObjVal, int64_t k, int64_t len, uint32_t toIndex, JSHandle<JSObject> … in FilterUnStableJSArray()
895 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Filter() local
957 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Find() local
1019 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in FindIndex() local
1089 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in ForEach() local
1180 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in IndexOfSlowPath() local
[all …]
Dbuiltins_typedarray.cpp509 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Every() local
697 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in ForEach() local
1018 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Reverse() local
1468 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Sort() local
/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.cpp86 JSHandle<JSTaggedValue> thisObjVal(receiver); in Pop() local
101 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Splice() local
327 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in HandleFindIndexOfStable() local
371 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in HandleFindLastIndexOfStable() local
414 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in HandleEveryOfStable() local
460 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in HandleforEachOfStable() local
733 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Filter() local
782 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Map() local
822 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Reverse() local
851 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Concat() local
[all …]
/arkcompiler/ets_runtime/ecmascript/base/
Darray_helper.cpp108 …ol ArrayHelper::ElementIsStrictEqualTo(JSThread *thread, const JSHandle<JSTaggedValue> &thisObjVal, in ElementIsStrictEqualTo()
277const JSHandle<JSTaggedValue> &thisObjVal, const FlattenArgs &args, in FlattenIntoArray()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp405 …JSHandle<JSTaggedValue> thisObjVal = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the one p… in DEF_RUNTIME_STUBS() local
443 …JSHandle<JSTaggedValue> thisObjVal = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the one p… in DEF_RUNTIME_STUBS() local
3333 …JSHandle<JSTaggedValue> thisObjVal = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means th… in DEF_RUNTIME_STUBS() local