Lines Matching defs:thisArgHandle
114 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, INDEX_TWO);
213 EcmaInterpreter::NewRuntimeCallInfo(thread, mapfn, thisArgHandle, undefined, argsLength);
286 EcmaInterpreter::NewRuntimeCallInfo(thread, mapfn, thisArgHandle, undefined, argsLength);
531 JSHandle<JSTaggedValue> &thisArgHandle,
551 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength);
593 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1);
610 callResult = JSStableArray::HandleEveryOfStable(thread, thisObjHandle, callbackFnHandle, thisArgHandle, k);
616 return CheckElementForEvery(thread, thisObjVal, callbackFnHandle, thisArgHandle, k);
650 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1);
669 callResult = JSStableArray::HandleSomeOfStable(thread, thisObjHandle, callbackFnHandle, thisArgHandle, k);
686 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength);
819 JSTaggedValue BuiltinsSharedArray::FilterUnStableJSArray(JSThread *thread, JSHandle<JSTaggedValue> &thisArgHandle,
836 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength);
885 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1);
919 FilterUnStableJSArray(thread, thisArgHandle, thisObjVal, k, len, toIndex, newArrayHandle, callbackFnHandle);
956 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1);
976 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength);
1023 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1);
1037 callResult = JSStableArray::HandleFindIndexOfStable(thread, thisObjHandle, callbackFnHandle, thisArgHandle, k);
1051 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength);
1098 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1);
1114 JSStableArray::HandleforEachOfStable(thread, thisObjHandle, callbackFnHandle, thisArgHandle, len, k);
1127 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength);
1277 JSHandle<JSTaggedValue> thisArgHandle = GetCallArg(argv, 1);
1320 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength);
1496 JSHandle<JSTaggedValue> thisArgHandle = globalConst->GetHandledUndefined();
1500 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength);