Home | History | Annotate | Download | only in embenchen

Lines Matching defs:argLength

4830               var argLength = arg ? _strlen(arg) : '(null)'.length;
4831 if (precisionSet) argLength = Math.min(argLength, precision);
4833 while (argLength < width--) {
4838 for (var i = 0; i < argLength; i++) {
4842 ret = ret.concat(intArrayFromString('(null)'.substr(0, argLength), true));
4845 while (argLength < width--) {