Searched refs:repeat (Results 1 – 14 of 14) sorted by relevance
84 const repeat = ' '.repeat(tab); constant89 retVal += repeat + name + ':' + '\n';97 retVal += repeat + '[' + '\n';99 retVal += repeat + ']' + '\n';101 retVal += repeat + '[' + ']' + '\n';112 const repeat: string = ' '.repeat(tab); constant119 retVal += repeat + name + ':' + '\n';123 retVal += repeat + subStr + ',' + ' ' + kind + '\n';137 retVal += repeat + '{' + '\n';139 retVal += repeat + '}' + '\n';[all …]
20 assert(str.repeat(3) === 'abcabcabc', 'success');
42 let targetStr: string = '_'.repeat(this.mCurrentLength);
40 const indentation = "-".repeat(indentLevel);
89 assert.strictEqual(underlineGenerator.getName(), '_'.repeat(i + 1));102 assert.strictEqual(underlineGenerator.getName(), '_'.repeat(i + 1));
258 str.repeat(3);269 str.repeat(3.5);280 str.repeat(1);
23 built-ins/String/prototype/repeat/repeat-string-n-times.js
197 AssertType(str.repeat(0), "string");
168 … there are problems with tests. If tests are correct, continue with bugfixing and repeat all steps.
72 …d instruction may create new empty basic blocks. That's why there are a loop to repeat two previous
630 repeat(count: number): string;
1207 built-ins/String/prototype/repeat/count-coerced-to-zero-returns-empty-string.js1208 built-ins/String/prototype/repeat/count-is-infinity-throws.js1209 built-ins/String/prototype/repeat/empty-string-returns-empty.js1210 built-ins/String/prototype/repeat/name.js1211 built-ins/String/prototype/repeat/this-is-null-throws.js
5862 this._repeat = !!e.repeat && e.repeat;6009 get repeat() {8892 repeat: Ei, property16536 repeat: Ei, property
2 …repeat(2))}let o=[`Usage: ${t.commandUsage(e)}`,""];const s=t.commandDescription(e);s.length>0&&(o…