Home | History | Annotate | Download | only in embenchen

Lines Matching defs:argLength

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