Home
last modified time | relevance | path

Searched defs:thisArgHandle (Results 1 - 18 of 18) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_hashset.cpp273 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in ForEach() local
H A Dcontainers_stack.cpp197 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in ForEach() local
H A Dcontainers_queue.cpp151 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in ForEach() local
H A Dcontainers_arraylist.cpp487 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in ReplaceAllElements() local
699 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in ForEach() local
H A Dcontainers_hashmap.cpp161 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in ForEach() local
H A Dcontainers_deque.cpp241 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in ForEach() local
H A Dcontainers_list.cpp329 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in ForEach() local
452 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in ReplaceAllElements() local
H A Dcontainers_linked_list.cpp561 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in ForEach() local
H A Dcontainers_plainarray.cpp238 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in ForEach() local
H A Dcontainers_lightweightset.cpp382 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in ForEach() local
H A Dcontainers_vector.cpp533 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 Dtagged_tree.cpp360 JSHandle<JSTaggedValue> thisArgHandle = thread->GlobalConstants()->GetHandledUndefined(); in EntryCompare() local
H A Djs_stable_array.cpp580 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 Dbuiltins_shared_array.cpp114 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 Dbuiltins_shared_typedarray.cpp157 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 Dbuiltins_array.cpp172 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 Dbuiltins_typedarray.cpp281 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 Druntime_stubs.cpp502 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

Completed in 34 milliseconds