Searched defs:callResult (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/jobs/tests/ |
| D | pending_job_test.cpp | 136 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/ |
| D | builtins_array.cpp | 251 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 …]
|
| D | builtins_typedarray.cpp | 250 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/ |
| D | js_stable_array.cpp | 331 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
|
| D | tagged_tree.h | 150 JSTaggedValue callResult = JSFunction::Call(info); in EntryCompare() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | array_helper.cpp | 185 JSTaggedValue callResult = JSFunction::Call(info); in SortCompare() local
|
| D | typed_array_helper.cpp | 636 JSTaggedValue callResult = JSFunction::Call(info); in SortCompare() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder.cpp | 920 … GateRef callResult = JSCallDispatch(glue, callbackFnHandle, argsLength, 0, in Reduce() local
|