Home | History | Annotate | Download | only in embenchen

Lines Matching defs:argLength

5339               var argLength = arg ? _strlen(arg) : '(null)'.length;
5340 if (precisionSet) argLength = Math.min(argLength, precision);
5342 while (argLength < width--) {
5347 for (var i = 0; i < argLength; i++) {
5351 ret = ret.concat(intArrayFromString('(null)'.substr(0, argLength), true));
5354 while (argLength < width--) {