Lines Matching defs:sourceIndex
292 // 5. Let sourceIndex be +0!.
295 int64_t sourceIndex = 0;
301 // 6. Repeat, while (sourceIndex) < sourceLen,
302 // a. Let P be ! ToString(sourceIndex).
307 // 1. Set element to ? Call(mapperFunction, thisArg, « element, sourceIndex, source »).
320 // d. Set sourceIndex to sourceIndex + 1!.
321 while (sourceIndex < args.sourceLen) {
322 sourceIndexHandle.Update(JSTaggedValue(sourceIndex));
332 const int32_t argsLength = 3; // 3: « element, sourceIndex, source »
372 sourceIndex++;