Home
last modified time | relevance | path

Searched refs:repeat (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/tools/
DastPrinter.ts84 const repeat = ' '.repeat(tab); constant
89 retVal += repeat + name + ':' + '\n';
97 retVal += repeat + '[' + '\n';
99 retVal += repeat + ']' + '\n';
101 retVal += repeat + '[' + ']' + '\n';
112 const repeat: string = ' '.repeat(tab); constant
119 retVal += repeat + name + ':' + '\n';
123 retVal += repeat + subStr + ',' + ' ' + kind + '\n';
137 retVal += repeat + '{' + '\n';
139 retVal += repeat + '}' + '\n';
[all …]
/arkcompiler/ets_frontend/arkguard/test/grammar/string_validation/
Dstring_repeat.ts20 assert(str.repeat(3) === 'abcabcabc', 'success');
/arkcompiler/ets_frontend/arkguard/src/generator/
DUnderlineNameGenerator.ts42 let targetStr: string = '_'.repeat(this.mCurrentLength);
/arkcompiler/ets_frontend/ts2panda/src/
Dlog.ts40 const indentation = "-".repeat(indentLevel);
/arkcompiler/ets_frontend/arkguard/test/ut/
DNameGenerator.spec.ts89 assert.strictEqual(underlineGenerator.getName(), '_'.repeat(i + 1));
102 assert.strictEqual(underlineGenerator.getName(), '_'.repeat(i + 1));
/arkcompiler/ets_runtime/test/perform/string/
Dstring.js258 str.repeat(3);
269 str.repeat(3.5);
280 str.repeat(1);
/arkcompiler/ets_frontend/es2panda/test/
Dtest262skiplist-long.txt23 built-ins/String/prototype/repeat/repeat-string-n-times.js
/arkcompiler/ets_runtime/test/typeinfer/builtins/
Dbuiltins.ts197 AssertType(str.repeat(0), "string");
/arkcompiler/runtime_core/tests/cts-generator/
DREADME.md168 … there are problems with tests. If tests are correct, continue with bugfixing and repeat all steps.
/arkcompiler/runtime_core/compiler/docs/
Dcleanup_doc.md72 …d instruction may create new empty basic blocks. That's why there are a loop to repeat two previous
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dlib_ark_builtins.d.ts630 repeat(count: number): string;
/arkcompiler/ets_frontend/test262/
DCI_tests.txt1207 built-ins/String/prototype/repeat/count-coerced-to-zero-returns-empty-string.js
1208 built-ins/String/prototype/repeat/count-is-infinity-throws.js
1209 built-ins/String/prototype/repeat/empty-string-returns-empty.js
1210 built-ins/String/prototype/repeat/name.js
1211 built-ins/String/prototype/repeat/this-is-null-throws.js
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js5862 this._repeat = !!e.repeat && e.repeat;
6009 get repeat() {
8892 repeat: Ei, property
16536 repeat: Ei, property
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2repeat(2))}let o=[`Usage: ${t.commandUsage(e)}`,""];const s=t.commandDescription(e);s.length>0&&(o…