Searched defs:thisObjVal (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_array.cpp | 488 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Concat() local 602 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in CopyWithin() local 746 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Every() local 824 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Fill() local 908 …JSHandle<JSTaggedValue> &thisObjVal, int64_t k, int64_t len, uint32_t toIndex, JSHandle<JSObject> … in FilterUnStableJSArray() 955 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Filter() local 1018 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Find() local 1080 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in FindIndex() local 1151 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in ForEach() local 1246 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in IndexOfSlowPath() local [all …]
|
| D | builtins_shared_array.cpp | 704 JSHandle<JSTaggedValue> &thisObjVal, in CheckElementMeetReq() 859 JSHandle<JSTaggedValue> &thisObjVal, JSHandle<JSObject>& newArrayHandle, in FilterArray() 1186 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in IndexOfSlowPath() local 1202 EcmaRuntimeCallInfo *argv, JSThread *thread, const JSHandle<JSTaggedValue> &thisObjVal, in IndexOfSlowPath() 1924 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in ToString() local 2206 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Includes() local 2542 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in LastIndexOfSlowPath() local 2558 … const JSHandle<JSTaggedValue> &thisObjVal, int64_t fromIndex) in LastIndexOfSlowPath() 2779 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Reverse() local
|
| D | builtins_typedarray.cpp | 503 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Every() local 570 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Fill() local 774 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in ForEach() local 1099 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Reverse() local 1603 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Sort() local
|
| D | builtins_shared_typedarray.cpp | 481 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Every() local 684 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in ForEach() local 1027 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Reverse() local 1499 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Sort() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_stable_array.cpp | 96 JSHandle<JSTaggedValue> thisObjVal(receiver); in Pop() local 127 JSHandle<JSTaggedValue> thisObjVal(receiver); in Pop() local 159 … EcmaRuntimeCallInfo *argv, JSHandle<JSTaggedValue> &thisObjVal, in UpdateArrayCapacity() 220 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Splice() local 269 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Splice() local 780 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in HandleFindIndexOfStable() local 824 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in HandleFindLastIndexOfStable() local 867 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in HandleEveryOfStable() local 912 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in HandleSomeOfStable() local 958 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()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 492 …JSHandle<JSTaggedValue> thisObjVal = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the one p… in DEF_RUNTIME_STUBS() local 530 …JSHandle<JSTaggedValue> thisObjVal = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the one p… in DEF_RUNTIME_STUBS() local 550 …JSHandle<JSTaggedValue> thisObjVal = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the one p… in DEF_RUNTIME_STUBS() local 4627 …JSHandle<JSTaggedValue> thisObjVal = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means th… in DEF_RUNTIME_STUBS() local
|