| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_array.cpp | 485 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 892 …JSHandle<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 …]
|
| D | builtins_shared_array.cpp | 409 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Concat() local 538 JSHandle<JSTaggedValue> thisObjVal = GetThis(argv); in Fill() local 646 …JSHandle<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 …]
|
| D | builtins_typedarray.cpp | 504 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
|
| D | builtins_shared_typedarray.cpp | 482 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/ |
| D | js_stable_array.cpp | 97 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/ |
| D | array_helper.cpp | 101 …ol ArrayHelper::ElementIsStrictEqualTo(JSThread *thread, const JSHandle<JSTaggedValue> &thisObjVal, in ElementIsStrictEqualTo() 278 … const JSHandle<JSTaggedValue> &thisObjVal, const FlattenArgs &args, in FlattenIntoArray()
|
| D | typed_array_helper.cpp | 1171 JSHandle<JSTaggedValue> thisObjVal, int64_t len) in someCommon()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 483 …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
|