Home
last modified time | relevance | path

Searched defs:callResult (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jobs/tests/
Dpending_job_test.cpp136 JSTaggedValue callResult = PendingJob::ExecutePendingJob(handlePendingJob, thread); in HWTEST_F_L0() local
172 JSTaggedValue callResult = PendingJob::ExecutePendingJob(handlePendingJob, thread); in HWTEST_F_L0() local
206 JSTaggedValue callResult = PendingJob::ExecutePendingJob(handlePendingJob, thread); in HWTEST_F_L0() local
255 JSTaggedValue callResult = PendingJob::ExecutePendingJob(handlePendingJob, thread); in HWTEST_F_L0() local
301 JSTaggedValue callResult = PendingJob::ExecutePendingJob(handlePendingJob, thread); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp251 JSTaggedValue callResult = JSFunction::Call(info); in From() local
320 JSTaggedValue callResult = JSFunction::Call(info); in From() local
708 JSTaggedValue callResult = GetTaggedBoolean(true); in Every() local
854 JSTaggedValue callResult = GetTaggedBoolean(true); in FilterUnStableJSArray() local
994 JSTaggedValue callResult = JSFunction::Call(info); in Find() local
1045 JSTaggedValue callResult = GetTaggedBoolean(true); in FindIndex() local
1636 JSTaggedValue callResult = JSTaggedValue::Undefined(); in ReduceUnStableJSArray() local
1814 JSTaggedValue callResult = JSTaggedValue::Undefined(); in ReduceRight() local
2224 JSTaggedValue callResult = JSFunction::Call(info); in Some() local
2546 JSTaggedValue callResult = JSFunction::Invoke(info, key); in ToLocaleString() local
[all …]
Dbuiltins_typedarray.cpp250 JSTaggedValue callResult = JSFunction::Call(info); in From() local
309 JSTaggedValue callResult = JSFunction::Call(info); in From() local
550 JSTaggedValue callResult = JSFunction::Call(info); in Every() local
629 JSTaggedValue callResult = JSFunction::Call(info); in Filter() local
968 JSTaggedValue callResult = JSFunction::Call(info); in Map() local
/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.cpp331 JSTaggedValue callResult = base::BuiltinsBase::GetTaggedBoolean(false); in HandleFindIndexOfStable() local
373 JSTaggedValue callResult = base::BuiltinsBase::GetTaggedBoolean(false); in HandleFindLastIndexOfStable() local
419 JSTaggedValue callResult = base::BuiltinsBase::GetTaggedBoolean(true); in HandleEveryOfStable() local
755 JSTaggedValue callResult = JSFunction::Call(info); in Filter() local
1083 JSTaggedValue callResult = JSTaggedValue::Undefined(); in Reduce() local
Dtagged_tree.h150 JSTaggedValue callResult = JSFunction::Call(info); in EntryCompare() local
/arkcompiler/ets_runtime/ecmascript/base/
Darray_helper.cpp185 JSTaggedValue callResult = JSFunction::Call(info); in SortCompare() local
Dtyped_array_helper.cpp636 JSTaggedValue callResult = JSFunction::Call(info); in SortCompare() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp920 … GateRef callResult = JSCallDispatch(glue, callbackFnHandle, argsLength, 0, in Reduce() local