Searched refs:substitutionIndex (Results 1 – 1 of 1) sorted by relevance
819 var substitutionIndex = 0;826 function addSpecifierToken(specifier, precision, substitutionIndex) argument828 …: "specifier", specifier: specifier, precision: precision, substitutionIndex: substitutionIndex }); property850 substitutionIndex = (number - 1);867 addSpecifierToken(format[index], precision, substitutionIndex);869 ++substitutionIndex;947 if (token.substitutionIndex >= substitutions.length) {950 …n arguments. Had " + substitutions.length + " but needed " + (token.substitutionIndex + 1) + ", so…955 usedSubstitutionIndexes[token.substitutionIndex] = true;960 result = append(result, substitutions[token.substitutionIndex]);[all …]