Lines Matching defs:thisArgHandle

172     JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, INDEX_TWO);
254 EcmaInterpreter::NewRuntimeCallInfo(thread, mapfn, thisArgHandle, undefined, argsLength);
299 EcmaInterpreter::NewRuntimeCallInfo(thread, mapfn, thisArgHandle, undefined, argsLength);
371 EcmaInterpreter::NewRuntimeCallInfo(thread, mapfn, thisArgHandle, undefined, argsLength);
752 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1);
770 callResult = JSStableArray::HandleEveryOfStable(thread, thisObjHandle, callbackFnHandle, thisArgHandle, k);
786 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength);
895 JSTaggedValue BuiltinsArray::FilterUnStableJSArray(JSThread *thread, JSHandle<JSTaggedValue> &thisArgHandle,
912 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength);
957 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1);
990 return FilterUnStableJSArray(thread, thisArgHandle, thisObjVal, k, len, toIndex, newArrayHandle, callbackFnHandle);
1020 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1);
1040 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength);
1082 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1);
1096 callResult = JSStableArray::HandleFindIndexOfStable(thread, thisObjHandle, callbackFnHandle, thisArgHandle, k);
1110 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength);
1153 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1);
1169 JSStableArray::HandleforEachOfStable(thread, thisObjHandle, callbackFnHandle, thisArgHandle, len, k);
1182 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength);
1520 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1);
1551 return MapUnStableJSArray(thread, thisArgHandle, thisObjVal, k, len, newArrayHandle, callbackFnHandle);
1554 JSTaggedValue BuiltinsArray::MapUnStableJSArray(JSThread *thread, JSHandle<JSTaggedValue> &thisArgHandle,
1570 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength);
1714 JSHandle<JSTaggedValue> thisArgHandle = globalConst->GetHandledUndefined();
1718 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength);
1914 JSHandle<JSTaggedValue> thisArgHandle = globalConst->GetHandledUndefined();
1917 callbackFnHandle, accumulator, thisArgHandle, k);
1934 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength);
2304 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1);
2323 callResult = JSStableArray::HandleSomeOfStable(thread, thisObjHandle, callbackFnHandle, thisArgHandle, k);
2340 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength);
3329 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1);
3348 callbackFnHandle, thisArgHandle, kValue, k);
3360 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength);
3402 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1);
3417 JSStableArray::HandleFindLastIndexOfStable(thread, thisObjHandle, callbackFnHandle, thisArgHandle, k);
3431 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength);