Home
last modified time | relevance | path

Searched refs:substitutionIndex (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
Dutilities.js819 var substitutionIndex = 0;
826 function addSpecifierToken(specifier, precision, substitutionIndex) argument
828 …: "specifier", specifier: specifier, precision: precision, substitutionIndex: substitutionIndex }); property
850 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 …]