Home
last modified time | relevance | path

Searched refs:thisArgHandle (Results 1 - 21 of 21) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_stable_array.h45 JSHandle<JSTaggedValue> thisArgHandle, uint32_t &k);
48 JSHandle<JSTaggedValue> thisArgHandle, int64_t &k);
51 JSHandle<JSTaggedValue> thisArgHandle, uint32_t &k);
54 JSHandle<JSTaggedValue> thisArgHandle, uint32_t &k);
57 JSHandle<JSTaggedValue> thisArgHandle, uint32_t len, uint32_t &k);
95 JSHandle<JSTaggedValue> thisArgHandle,
100 JSHandle<JSTaggedValue> thisArgHandle, int64_t &k);
H A Djs_stable_array.cpp582 JSHandle<JSTaggedValue> thisArgHandle, uint32_t &k) in HandleFindIndexOfStable()
605 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength); in HandleFindIndexOfStable()
626 JSHandle<JSTaggedValue> thisArgHandle, int64_t &k) in HandleFindLastIndexOfStable()
647 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength); in HandleFindLastIndexOfStable()
669 JSHandle<JSTaggedValue> thisArgHandle, uint32_t &k) in HandleEveryOfStable()
683 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength); in HandleEveryOfStable()
695 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength); in HandleEveryOfStable()
714 JSHandle<JSTaggedValue> thisArgHandle, uint32_t &k) in HandleSomeOfStable()
728 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength); in HandleSomeOfStable()
737 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefine in HandleSomeOfStable()
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...]
H A Dtagged_tree.cpp360 JSHandle<JSTaggedValue> thisArgHandle = thread->GlobalConstants()->GetHandledUndefined(); in EntryCompare() local
364 EcmaInterpreter::NewRuntimeCallInfo(thread, compareFn, thisArgHandle, undefined, argsLength); in EntryCompare()
374 info = EcmaInterpreter::NewRuntimeCallInfo(thread, compareFn, thisArgHandle, undefined, argsLength); in EntryCompare()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_shared_array.cpp114 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, INDEX_TWO); in From() local
213 EcmaInterpreter::NewRuntimeCallInfo(thread, mapfn, thisArgHandle, undefined, argsLength); in From()
286 EcmaInterpreter::NewRuntimeCallInfo(thread, mapfn, thisArgHandle, undefined, argsLength); in From()
531 JSHandle<JSTaggedValue> &thisArgHandle, in CheckElementForEvery()
551 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength); in CheckElementForEvery()
593 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in Every() local
610 callResult = JSStableArray::HandleEveryOfStable(thread, thisObjHandle, callbackFnHandle, thisArgHandle, k); in Every()
616 return CheckElementForEvery(thread, thisObjVal, callbackFnHandle, thisArgHandle, k); in Every()
650 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in Some() local
669 callResult = JSStableArray::HandleSomeOfStable(thread, thisObjHandle, callbackFnHandle, thisArgHandle, in Some()
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_array.cpp172 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, INDEX_TWO); in From() local
254 EcmaInterpreter::NewRuntimeCallInfo(thread, mapfn, thisArgHandle, undefined, argsLength); in From()
299 EcmaInterpreter::NewRuntimeCallInfo(thread, mapfn, thisArgHandle, undefined, argsLength); in From()
371 EcmaInterpreter::NewRuntimeCallInfo(thread, mapfn, thisArgHandle, undefined, argsLength); in From()
752 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in Every() local
770 callResult = JSStableArray::HandleEveryOfStable(thread, thisObjHandle, callbackFnHandle, thisArgHandle, k); in Every()
786 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength); in Every()
895 JSTaggedValue BuiltinsArray::FilterUnStableJSArray(JSThread *thread, JSHandle<JSTaggedValue> &thisArgHandle, in FilterUnStableJSArray() argument
912 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength); in FilterUnStableJSArray()
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.cpp141 const JSHandle<JSTaggedValue> &thisArgHandle, in FromUsingIteratorUndefinedValues()
194 EcmaInterpreter::NewRuntimeCallInfo(thread, mapfn, thisArgHandle, undefined, argsLength); in FromUsingIteratorUndefinedValues()
213 JSHandle<JSTaggedValue> &thisArgHandle, JSHandle<JSTaggedValue> &mapfn) in ProcessFromNotUndefinedValues()
249 EcmaInterpreter::NewRuntimeCallInfo(thread, mapfn, thisArgHandle, undefined, argsLength); in ProcessFromNotUndefinedValues()
281 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, BuiltinsBase::ArgsPosition::THIRD); in From() local
314 return ProcessFromNotUndefinedValues(thread, vec, thisHandle, thisArgHandle, mapfn); in From()
316 return FromUsingIteratorUndefinedValues(thread, thisHandle, source, thisArgHandle, mapfn); in From()
517 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in Every() local
541 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength); in Every()
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...]
H A Dbuiltins_array.h234 static JSTaggedValue FilterUnStableJSArray(JSThread *thread, JSHandle<JSTaggedValue> &thisArgHandle,
238 static JSTaggedValue MapUnStableJSArray(JSThread *thread, JSHandle<JSTaggedValue> &thisArgHandle,
H A Dbuiltins_shared_array.h180 static JSTaggedValue FilterUnStableJSArray(JSThread *thread, JSHandle<JSTaggedValue> &thisArgHandle,
238 JSHandle<JSTaggedValue> &thisArgHandle,
H A Dbuiltins_shared_typedarray.cpp157 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, BuiltinsBase::ArgsPosition::THIRD); in From() local
217 EcmaInterpreter::NewRuntimeCallInfo(thread, mapfn, thisArgHandle, undefined, argsLength); in From()
276 EcmaInterpreter::NewRuntimeCallInfo(thread, mapfn, thisArgHandle, undefined, argsLength); in From()
495 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in Every() local
519 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength); in Every()
578 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in Filter() local
604 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, in Filter()
698 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in ForEach() local
720 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength); in ForEach()
924 JSHandle<JSTaggedValue> thisArgHandle in Map() local
[all...]
/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_queue.cpp151 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in ForEach() local
164 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength); in ForEach()
H A Dcontainers_deque.cpp241 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in ForEach() local
253 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, 3); // 3:three args in ForEach()
H A Dcontainers_hashset.cpp273 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in ForEach() local
289 thisArgHandle, undefined, 3); // 3: three args in ForEach()
H A Dcontainers_stack.cpp197 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in ForEach() local
204 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, 3); // 3:three args in ForEach()
H A Dcontainers_arraylist.cpp487 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in ReplaceAllElements() local
489 return JSAPIArrayList::ReplaceAllElements(thread, self, callbackFnHandle, thisArgHandle); in ReplaceAllElements()
699 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in ForEach() local
701 return JSAPIArrayList::ForEach(thread, self, callbackFnHandle, thisArgHandle); in ForEach()
H A Dcontainers_list.cpp328 // If thisArgHandle was supplied, let T be thisArgHandle; else let T be undefined. in ForEach()
329 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in ForEach() local
342 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength); in ForEach()
452 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in ReplaceAllElements() local
453 return JSAPIList::ReplaceAllElements(thread, thisHandle, callbackFnHandle, thisArgHandle); in ReplaceAllElements()
H A Dcontainers_vector.cpp533 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in ForEach() local
535 return JSAPIVector::ForEach(thread, thisHandle, callbackFnHandle, thisArgHandle); in ForEach()
560 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in ReplaceAllElements() local
561 return JSAPIVector::ReplaceAllElements(thread, thisHandle, callbackFnHandle, thisArgHandle); in ReplaceAllElements()
H A Dcontainers_hashmap.cpp161 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in ForEach() local
179 thisArgHandle, undefined, 3); // 3: three args in ForEach()
H A Dcontainers_lightweightset.cpp382 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in ForEach() local
383 return JSAPILightWeightSet::ForEach(thread, thisHandle, callbackFnHandle, thisArgHandle); in ForEach()
H A Dcontainers_linked_list.cpp561 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in ForEach() local
574 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength); in ForEach()
H A Dcontainers_plainarray.cpp238 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1); in ForEach() local
239 return JSAPIPlainArray::ForEach(thread, thisHandle, callbackFnHandle, thisArgHandle); in ForEach()
/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
514 JSTaggedValue ret = builtins::BuiltinsArray::FilterUnStableJSArray(thread, thisArgHandle, thisObjVal, k, len, in DEF_RUNTIME_STUBS()
522 JSHandle<JSTaggedValue> thisArgHandle = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
532 JSTaggedValue ret = builtins::BuiltinsArray::MapUnStableJSArray(thread, thisArgHandle, thisObjVal, k, len, in DEF_RUNTIME_STUBS()
3009 JSHandle<JSTaggedValue> thisArgHandle = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: param index in DEF_RUNTIME_STUBS() local
3023 EcmaRuntimeCallInfo *info = EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, in DEF_RUNTIME_STUBS()
3922 JSHandle<JSTaggedValue> thisArgHandle = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
3939 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength); in DEF_RUNTIME_STUBS()

Completed in 34 milliseconds