Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp485 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Concat() local
590 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in CopyWithin() local
734 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Every() local
812 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Fill() local
892JSHandle<JSTaggedValue> &thisObjVal, int64_t k, int64_t len, uint32_t toIndex, JSHandle<JSObject> … in FilterUnStableJSArray()
939 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Filter() local
1002 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Find() local
1064 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in FindIndex() local
1135 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in ForEach() local
1230 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in IndexOfSlowPath() local
[all …]
Dbuiltins_shared_array.cpp409 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Concat() local
538 JSHandle<JSTaggedValue> thisObjVal = GetThis(argv); in Fill() local
646JSHandle<JSTaggedValue> &thisObjVal, int64_t k, int64_t len, uint32_t toIndex, JSHandle<JSObject> … in FilterUnStableJSArray()
697 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Filter() local
768 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Find() local
835 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in FindIndex() local
910 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in ForEach() local
973 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in IndexOfSlowPath() local
989 EcmaRuntimeCallInfo *argv, JSThread *thread, const JSHandle<JSTaggedValue> &thisObjVal, in IndexOfSlowPath()
1089 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Map() local
[all …]
Dbuiltins_typedarray.cpp504 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Every() local
571 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Fill() local
775 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in ForEach() local
1078 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Reduce() local
1102 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in ReduceRight() local
1126 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Reverse() local
1568 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Some() local
1591 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Sort() local
Dbuiltins_shared_typedarray.cpp482 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Every() local
685 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in ForEach() local
1000 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Reverse() local
1472 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Sort() local
/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.cpp97 JSHandle<JSTaggedValue> thisObjVal(receiver); in Pop() local
128 JSHandle<JSTaggedValue> thisObjVal(receiver); in Pop() local
160 … EcmaRuntimeCallInfo *argv, JSHandle<JSTaggedValue> &thisObjVal, in UpdateArrayCapacity()
220 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Splice() local
269 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Splice() local
669 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in HandleFindIndexOfStable() local
713 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in HandleFindLastIndexOfStable() local
756 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in HandleEveryOfStable() local
801 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in HandleSomeOfStable() local
847 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in HandleforEachOfStable() local
[all …]
/arkcompiler/ets_runtime/ecmascript/base/
Darray_helper.cpp101 …ol ArrayHelper::ElementIsStrictEqualTo(JSThread *thread, const JSHandle<JSTaggedValue> &thisObjVal, in ElementIsStrictEqualTo()
278const JSHandle<JSTaggedValue> &thisObjVal, const FlattenArgs &args, in FlattenIntoArray()
Dtyped_array_helper.cpp1171 JSHandle<JSTaggedValue> thisObjVal, int64_t len) in someCommon()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp483 …JSHandle<JSTaggedValue> thisObjVal = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the one p… in DEF_RUNTIME_STUBS() local
521 …JSHandle<JSTaggedValue> thisObjVal = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the one p… in DEF_RUNTIME_STUBS() local
541 …JSHandle<JSTaggedValue> thisObjVal = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the one p… in DEF_RUNTIME_STUBS() local
3855 …JSHandle<JSTaggedValue> thisObjVal = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means th… in DEF_RUNTIME_STUBS() local