Lines Matching refs:argsLength
317 const int32_t argsLength = 3; // 3: ?kValue, k, O? in HandleFindIndexOfStable() local
325 …cmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength); in HandleFindIndexOfStable()
354 const int32_t argsLength = 3; // 3: ?kValue, k, O? in HandleFindLastIndexOfStable() local
362 …cmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength); in HandleFindLastIndexOfStable()
389 const int32_t argsLength = 3; // 3: ?kValue, k, O? in HandleEveryOfStable() local
398 …cmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength); in HandleEveryOfStable()
410 …cmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength); in HandleEveryOfStable()
436 const int32_t argsLength = 3; // 3: ?kValue, k, O? in HandleforEachOfStable() local
448 …cmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength); in HandleforEachOfStable()
461 …cmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength); in HandleforEachOfStable()
514 const int32_t argsLength = 3; // 3: ?kValue, k, O? in Filter() local
525 …cmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength); in Filter()
560 const int32_t argsLength = 3; // 3: ?kValue, k, O? in Map() local
569 …cmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, thisArgHandle, undefined, argsLength); in Map()
863 const uint32_t argsLength = 4; // 4: «accumulator, kValue, k, O» in Reduce() local
865 … EcmaInterpreter::NewRuntimeCallInfo(thread, callbackFnHandle, undefined, undefined, argsLength); in Reduce()