| /arkcompiler/ets_runtime/ecmascript/containers/ |
| H A D | containers_hashset.cpp | 273 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in ForEach() local
|
| H A D | containers_stack.cpp | 197 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in ForEach() local
|
| H A D | containers_queue.cpp | 151 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in ForEach() local
|
| H A D | containers_arraylist.cpp | 487 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in ReplaceAllElements() local 699 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in ForEach() local
|
| H A D | containers_hashmap.cpp | 161 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in ForEach() local
|
| H A D | containers_deque.cpp | 241 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in ForEach() local
|
| H A D | containers_list.cpp | 329 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in ForEach() local 452 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in ReplaceAllElements() local
|
| H A D | containers_linked_list.cpp | 561 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in ForEach() local
|
| H A D | containers_plainarray.cpp | 238 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in ForEach() local
|
| H A D | containers_lightweightset.cpp | 382 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in ForEach() local
|
| H A D | containers_vector.cpp | 533 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in ForEach() local 560 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in ReplaceAllElements() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | tagged_tree.cpp | 360 JSHandle<JSTaggedValue> thisArgHandle = thread->GlobalConstants()->GetHandledUndefined(); in EntryCompare() local
|
| H A D | js_stable_array.cpp | 580 HandleFindIndexOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle, JSHandle<JSTaggedValue> callbackFnHandle, JSHandle<JSTaggedValue> thisArgHandle, uint32_t &k) HandleFindIndexOfStable() argument 624 HandleFindLastIndexOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle, JSHandle<JSTaggedValue> callbackFnHandle, JSHandle<JSTaggedValue> thisArgHandle, int64_t &k) HandleFindLastIndexOfStable() argument 667 HandleEveryOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle, JSHandle<JSTaggedValue> callbackFnHandle, JSHandle<JSTaggedValue> thisArgHandle, uint32_t &k) HandleEveryOfStable() argument 712 HandleSomeOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle, JSHandle<JSTaggedValue> callbackFnHandle, JSHandle<JSTaggedValue> thisArgHandle, uint32_t &k) HandleSomeOfStable() argument 757 HandleforEachOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle, JSHandle<JSTaggedValue> callbackFnHandle, JSHandle<JSTaggedValue> thisArgHandle, uint32_t len, uint32_t &k) HandleforEachOfStable() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_shared_array.cpp | 114 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, INDEX_TWO); in From() local 593 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in Every() local 650 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in Some() local 528 CheckElementForEvery(JSThread *thread, JSHandle<JSTaggedValue> &thisObjVal, JSHandle<JSTaggedValue> &callbackFnHandle, JSHandle<JSTaggedValue> &thisArgHandle, uint32_t &k) CheckElementForEvery() argument 819 FilterUnStableJSArray(JSThread *thread, JSHandle<JSTaggedValue> &thisArgHandle, JSHandle<JSTaggedValue> &thisObjVal, int64_t k, int64_t len, uint32_t toIndex, JSHandle<JSObject> newArrayHandle, JSHandle<JSTaggedValue> &callbackFnHandle) FilterUnStableJSArray() argument 885 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); Filter() local 956 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); Find() local 1023 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); FindIndex() local 1098 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); ForEach() local 1277 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); Map() local 1496 JSHandle<JSTaggedValue> thisArgHandle = globalConst->GetHandledUndefined(); ReduceUnStableJSArray() local [all...] |
| H A D | builtins_shared_typedarray.cpp | 157 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, BuiltinsBase::ArgsPosition::THIRD); in From() local 495 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in Every() local 578 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in Filter() local 698 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in ForEach() local 924 JSHandle<JSTaggedValue> thisArgHandle in Map() local [all...] |
| H A D | builtins_array.cpp | 172 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, INDEX_TWO); in From() local 752 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in Every() local 895 JSTaggedValue BuiltinsArray::FilterUnStableJSArray(JSThread *thread, JSHandle<JSTaggedValue> &thisArgHandle, in FilterUnStableJSArray() argument 957 JSHandle<JSTaggedValue> thisArgHandle in Filter() local 1020 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); Find() local 1082 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); FindIndex() local 1153 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); ForEach() local 1520 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); Map() local 1554 MapUnStableJSArray(JSThread *thread, JSHandle<JSTaggedValue> &thisArgHandle, JSHandle<JSTaggedValue> &thisObjVal, int64_t k, int64_t len, JSHandle<JSObject> newArrayHandle, JSHandle<JSTaggedValue> &callbackFnHandle) MapUnStableJSArray() argument 1714 JSHandle<JSTaggedValue> thisArgHandle = globalConst->GetHandledUndefined(); ReduceUnStableJSArray() local 1914 JSHandle<JSTaggedValue> thisArgHandle = globalConst->GetHandledUndefined(); ReduceRightInner() local 2304 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); Some() local 3329 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); FindLast() local 3402 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); FindLastIndex() local [all...] |
| H A D | builtins_typedarray.cpp | 281 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, BuiltinsBase::ArgsPosition::THIRD); in From() local 517 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in Every() local 677 JSHandle<JSTaggedValue> thisArgHandle in Filter() local 139 FromUsingIteratorUndefinedValues(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, const JSHandle<JSTaggedValue> source, const JSHandle<JSTaggedValue> &thisArgHandle, const JSHandle<JSTaggedValue> &mapfn) FromUsingIteratorUndefinedValues() argument 211 ProcessFromNotUndefinedValues(JSThread *thread, const CVector<JSHandle<JSTaggedValue>> &vec, const JSHandle<JSTaggedValue> &thisHandle, JSHandle<JSTaggedValue> &thisArgHandle, JSHandle<JSTaggedValue> &mapfn) ProcessFromNotUndefinedValues() argument 789 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); ForEach() local 1019 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); Map() local 1578 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); Some() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs.cpp | 502 JSHandle<JSTaggedValue> thisArgHandle = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 522 JSHandle<JSTaggedValue> thisArgHandle = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 3009 JSHandle<JSTaggedValue> thisArgHandle = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: param index in DEF_RUNTIME_STUBS() local 3922 JSHandle<JSTaggedValue> thisArgHandle = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
|