Lines Matching refs:argsLength

211                 const uint32_t argsLength = 2; // 2: «nextValue, k»
213 EcmaInterpreter::NewRuntimeCallInfo(thread, mapfn, thisArgHandle, undefined, argsLength);
284 const uint32_t argsLength = 2; // 2: «kValue, k»
286 EcmaInterpreter::NewRuntimeCallInfo(thread, mapfn, thisArgHandle, undefined, argsLength);
536 const uint32_t argsLength = 3; // 3: «kValue, k, O»
551 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength);
683 const uint32_t argsLength = 3; // 3: «kValue, k, O»
686 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength);
824 const uint32_t argsLength = 3; // 3: «kValue, k, O»
836 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength);
973 const uint32_t argsLength = 3; // 3: «kValue, k, O»
976 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength);
1045 const uint32_t argsLength = 3; // 3: «kValue, k, O»
1051 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength);
1117 const uint32_t argsLength = 3; // 3: «kValue, k, O»
1127 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength);
1311 const uint32_t argsLength = 3; // 3: «kValue, k, O»
1320 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength);
1497 const uint32_t argsLength = 4; // 4: «accumulator, kValue, k, O»
1500 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength);
2101 const uint32_t argsLength = argv->GetArgsNumber();
2104 EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisObjVal, undefined, argsLength);
2106 info->SetCallArg(argsLength, 0, argv, 0);