Home | History | Annotate | Download | only in embenchen

Lines Matching defs:argLength

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