Lines Matching refs:callbackFnHandle

746     JSHandle<JSTaggedValue> callbackFnHandle = GetCallArg(argv, 0);
747 if (!callbackFnHandle->IsCallable()) {
770 callResult = JSStableArray::HandleEveryOfStable(thread, thisObjHandle, callbackFnHandle, thisArgHandle, k);
786 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength);
897 JSHandle<JSTaggedValue> &callbackFnHandle)
912 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength);
951 JSHandle<JSTaggedValue> callbackFnHandle = GetCallArg(argv, 0);
952 if (!callbackFnHandle->IsCallable()) {
990 return FilterUnStableJSArray(thread, thisArgHandle, thisObjVal, k, len, toIndex, newArrayHandle, callbackFnHandle);
1014 JSHandle<JSTaggedValue> callbackFnHandle = GetCallArg(argv, 0);
1015 if (!callbackFnHandle->IsCallable()) {
1040 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength);
1076 JSHandle<JSTaggedValue> callbackFnHandle = GetCallArg(argv, 0);
1077 if (!callbackFnHandle->IsCallable()) {
1096 callResult = JSStableArray::HandleFindIndexOfStable(thread, thisObjHandle, callbackFnHandle, thisArgHandle, k);
1110 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength);
1147 JSHandle<JSTaggedValue> callbackFnHandle = GetCallArg(argv, 0);
1148 if (!callbackFnHandle->IsCallable()) {
1169 JSStableArray::HandleforEachOfStable(thread, thisObjHandle, callbackFnHandle, thisArgHandle, len, k);
1182 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength);
1514 JSHandle<JSTaggedValue> callbackFnHandle = GetCallArg(argv, 0);
1515 if (!callbackFnHandle->IsCallable()) {
1551 return MapUnStableJSArray(thread, thisArgHandle, thisObjVal, k, len, newArrayHandle, callbackFnHandle);
1556 JSHandle<JSTaggedValue> &callbackFnHandle)
1570 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength);
1702 JSHandle<JSTaggedValue> &callbackFnHandle)
1718 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength);
1767 JSHandle<JSTaggedValue> callbackFnHandle = GetCallArg(argv, 0);
1768 if (!callbackFnHandle->IsCallable()) {
1813 JSStableArray::Reduce(thread, thisObjHandle, callbackFnHandle, accumulator, k, len);
1816 return ReduceUnStableJSArray(thread, thisHandle, thisObjVal, k, len, accumulator, callbackFnHandle);
1857 JSHandle<JSTaggedValue> callbackFnHandle = GetCallArg(argv, 0);
1858 if (!callbackFnHandle->IsCallable()) {
1917 callbackFnHandle, accumulator, thisArgHandle, k);
1934 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength);
2298 JSHandle<JSTaggedValue> callbackFnHandle = GetCallArg(argv, 0);
2299 if (!callbackFnHandle->IsCallable()) {
2323 callResult = JSStableArray::HandleSomeOfStable(thread, thisObjHandle, callbackFnHandle, thisArgHandle, k);
2340 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength);
2366 JSHandle<JSTaggedValue> callbackFnHandle = GetCallArg(argv, 0);
2367 if (!callbackFnHandle->IsUndefined() && !callbackFnHandle->IsCallable()) {
2377 if (thisHandle->IsStableJSArray(thread) && callbackFnHandle->IsUndefined()) {
2378 JSStableArray::Sort(thread, thisObjHandle, callbackFnHandle);
2380 JSArray::Sort(thread, JSHandle<JSTaggedValue>::Cast(thisObjHandle), callbackFnHandle);
2707 JSHandle<JSTaggedValue> callbackFnHandle = JSTaggedValue::GetProperty(thread, thisObjVal, joinKey).GetValue();
2713 if (!callbackFnHandle->IsCallable()) {
2717 callbackFnHandle = JSTaggedValue::GetProperty(thread, objectPrototype, toStringKey).GetValue();
2722 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisObjVal, undefined, 0);
3129 JSHandle<JSTaggedValue> callbackFnHandle = GetCallArg(argv, 0);
3130 if (!callbackFnHandle->IsUndefined() && !callbackFnHandle->IsCallable()) {
3154 ArrayHelper::SortIndexedProperties(thread, JSHandle<JSTaggedValue>::Cast(thisObjHandle), len, callbackFnHandle,
3323 JSHandle<JSTaggedValue> callbackFnHandle = GetCallArg(argv, 0);
3324 if (!callbackFnHandle->IsCallable()) {
3348 callbackFnHandle, thisArgHandle, kValue, k);
3360 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength);
3396 JSHandle<JSTaggedValue> callbackFnHandle = GetCallArg(argv, 0);
3397 if (!callbackFnHandle->IsCallable()) {
3417 JSStableArray::HandleFindLastIndexOfStable(thread, thisObjHandle, callbackFnHandle, thisArgHandle, k);
3431 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength);