Home | History | Annotate | Download | only in embenchen

Lines Matching defs:argLength

5051               var argLength = arg ? _strlen(arg) : '(null)'.length;
5052 if (precisionSet) argLength = Math.min(argLength, precision);
5054 while (argLength < width--) {
5059 for (var i = 0; i < argLength; i++) {
5063 ret = ret.concat(intArrayFromString('(null)'.substr(0, argLength), true));
5066 while (argLength < width--) {