Searched defs:thisObjVal (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_array.cpp | 434 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 849 …JSHandle<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 …]
|
D | builtins_typedarray.cpp | 509 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/ |
D | js_stable_array.cpp | 86 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/ |
D | array_helper.cpp | 108 …ol ArrayHelper::ElementIsStrictEqualTo(JSThread *thread, const JSHandle<JSTaggedValue> &thisObjVal, in ElementIsStrictEqualTo() 277 … const JSHandle<JSTaggedValue> &thisObjVal, const FlattenArgs &args, in FlattenIntoArray()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs.cpp | 405 …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
|