| /arkcompiler/ets_runtime/ecmascript/jobs/tests/ |
| D | pending_job_test.cpp | 137 JSTaggedValue callResult = PendingJob::ExecutePendingJob(handlePendingJob, thread); in HWTEST_F_L0() local 173 JSTaggedValue callResult = PendingJob::ExecutePendingJob(handlePendingJob, thread); in HWTEST_F_L0() local 207 JSTaggedValue callResult = PendingJob::ExecutePendingJob(handlePendingJob, thread); in HWTEST_F_L0() local 257 JSTaggedValue callResult = PendingJob::ExecutePendingJob(handlePendingJob, thread); in HWTEST_F_L0() local 303 JSTaggedValue callResult = PendingJob::ExecutePendingJob(handlePendingJob, thread); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_shared_array.cpp | 163 JSTaggedValue callResult = JSFunction::Call(info); in FromArray() local 354 JSTaggedValue callResult = JSFunction::Call(info); in From() local 431 JSTaggedValue callResult = JSFunction::Call(info); in From() local 711 JSTaggedValue callResult = GetTaggedBoolean(true); in CheckElementMeetReq() local 864 JSTaggedValue callResult = GetTaggedBoolean(true); in FilterArray() local 1014 JSTaggedValue callResult = JSFunction::Call(info); in Find() local 1102 auto callResult = JSFunction::Call(info); in FindIndex() local 1528 JSTaggedValue callResult = JSTaggedValue::Undefined(); in ReduceUnStableJSArray() local 2021 JSTaggedValue callResult = JSFunction::Invoke(info, key); in ToLocaleStringInternalHandle() local 2354 JSTaggedValue callResult = GetTaggedBoolean(false); in FindLast() local [all …]
|
| D | builtins_array.cpp | 258 JSTaggedValue callResult = JSFunction::Call(info); in From() local 303 JSTaggedValue callResult = JSFunction::Call(info); in From() local 373 JSTaggedValue callResult = JSFunction::Call(info); in From() local 776 JSTaggedValue callResult = GetTaggedBoolean(true); in Every() local 913 JSTaggedValue callResult = GetTaggedBoolean(true); in FilterUnStableJSArray() local 1055 JSTaggedValue callResult = JSFunction::Call(info); in Find() local 1106 JSTaggedValue callResult = GetTaggedBoolean(true); in FindIndex() local 1714 JSTaggedValue callResult = JSTaggedValue::Undefined(); in ReduceUnStableJSArray() local 1894 JSTaggedValue callResult = JSTaggedValue::Undefined(); in ReduceRight() local 2303 JSTaggedValue callResult = GetTaggedBoolean(false); in Some() local [all …]
|
| D | builtins_typedarray.cpp | 196 JSTaggedValue callResult = JSFunction::Call(info); in FromUsingIteratorUndefinedValues() local 251 JSTaggedValue callResult = JSFunction::Call(info); in ProcessFromNotUndefinedValues() local 543 JSTaggedValue callResult = JSFunction::Call(info); in Every() local 707 JSTaggedValue callResult = JSFunction::Call(info); in Filter() local 1049 JSTaggedValue callResult = JSFunction::Call(info); in Map() local 1565 JSTaggedValue callResult = GetTaggedBoolean(false); in Some() local
|
| D | builtins_shared_typedarray.cpp | 219 JSTaggedValue callResult = JSFunction::Call(info); in From() local 278 JSTaggedValue callResult = JSFunction::Call(info); in From() local 521 JSTaggedValue callResult = JSFunction::Call(info); in Every() local 607 JSTaggedValue callResult = JSFunction::Call(info); in Filter() local 969 JSTaggedValue callResult = JSFunction::Call(info); in Map() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_stable_array.cpp | 784 JSTaggedValue callResult = base::BuiltinsBase::GetTaggedBoolean(false); in HandleFindIndexOfStable() local 826 JSTaggedValue callResult = base::BuiltinsBase::GetTaggedBoolean(false); in HandleFindLastIndexOfStable() local 872 JSTaggedValue callResult = base::BuiltinsBase::GetTaggedBoolean(true); in HandleEveryOfStable() local 917 JSTaggedValue callResult = base::BuiltinsBase::GetTaggedBoolean(false); in HandleSomeOfStable() local 1302 JSTaggedValue callResult = JSFunction::Call(info); in Filter() local 1673 JSTaggedValue callResult = JSTaggedValue::Undefined(); in Reduce() local 1875 JSTaggedValue callResult = base::BuiltinsBase::GetTaggedBoolean(false); in HandleFindLastOfStable() local 1915 JSTaggedValue callResult = JSTaggedValue::Undefined(); in HandleReduceRightOfStable() local
|
| D | tagged_tree.cpp | 367 JSTaggedValue callResult = JSFunction::Call(info); in EntryCompare() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | array_helper.cpp | 180 JSTaggedValue callResult = JSFunction::Call(info); in SortCompare() local
|
| D | typed_array_helper.cpp | 1123 JSTaggedValue callResult = JSFunction::Call(info); in SortCompare() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder.cpp | 1963 GateRef callResult = callBuilder.JSCallDispatch(); in Reduce() local 4491 GateRef callResult = callBuilder.JSCallDispatch(); in ReduceRight() local 4566 GateRef callResult = callBuilder.JSCallDispatch(); in ReduceRight() local
|
| D | builtins_typedarray_stub_builder.cpp | 1072 GateRef callResult = callBuilder.JSCallDispatch(); in ReduceRight() local 1179 GateRef callResult = callBuilder.JSCallDispatch(); in Reduce() local
|