Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp488 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
908JSHandle<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 …]
Dbuiltins_typedarray.cpp503 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Every() local
570 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Fill() local
774 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in ForEach() local
1077 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Reduce() local
1101 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in ReduceRight() local
1125 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Reverse() local
1626 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Sort() local
Dbuiltins_shared_array.cpp704 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()
1931 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in ToString() local
2223 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Includes() local
2559 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in LastIndexOfSlowPath() local
2575const JSHandle<JSTaggedValue> &thisObjVal, int64_t fromIndex) in LastIndexOfSlowPath()
2796 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Reverse() local
Dbuiltins_shared_typedarray.cpp481 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/
Djs_stable_array.cpp95 JSHandle<JSTaggedValue> thisObjVal(receiver); in Pop() local
126 JSHandle<JSTaggedValue> thisObjVal(receiver); in Pop() local
158 … EcmaRuntimeCallInfo *argv, JSHandle<JSTaggedValue> &thisObjVal, in UpdateArrayCapacity()
219 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Splice() local
268 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in Splice() local
778 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in HandleFindIndexOfStable() local
822 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in HandleFindLastIndexOfStable() local
865 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in HandleEveryOfStable() local
910 JSHandle<JSTaggedValue> thisObjVal(thisObjHandle); in HandleSomeOfStable() local
956 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()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp480 …JSHandle<JSTaggedValue> thisObjVal = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the one p… in DEF_RUNTIME_STUBS() local
518 …JSHandle<JSTaggedValue> thisObjVal = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the one p… in DEF_RUNTIME_STUBS() local
538 …JSHandle<JSTaggedValue> thisObjVal = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the one p… in DEF_RUNTIME_STUBS() local
4187 …JSHandle<JSTaggedValue> thisObjVal = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means th… in DEF_RUNTIME_STUBS() local