| /arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/std/core/ |
| D | list.std_core_array_indexOf_2.yaml | 76 key: 33, 80 arr: "[33, 120, 121, 99, 77, 33, 33]", 81 key: 33, 85 arr: "[121, 122, 34, 35, 45, 33]", 86 key: 33, 90 arr: "[121, 33, 77, 33, 45, 44]", 91 key: 33, 95 arr: "[121, -33, 77, 33, 45, 44]", 96 key: -33, 100 arr: "[121, -33, 77, 33, 45, 44]", [all …]
|
| D | list.std_core_array_includes.yaml | 76 key: 33, 80 arr: "[33, 120, 121, 99, 77, 33, 33]", 81 key: 33, 85 arr: "[121, 122, 34, 35, 45, 33]", 86 key: 33, 90 arr: "[121, 33, 77, 33, 45, 44]", 91 key: 33, 95 arr: "[121, -33, 77, 33, 45, 44]", 96 key: -33, 100 arr: "[121, -33, 77, 33, 45, 44]", [all …]
|
| D | list.std_core_array_join.yaml | 66 test1: { arr: "[1, 22, 33, 44, 55, 66, 77, 88, 99]", delimiter: '""' }, 67 test2: { arr: "[1, 22, 33, 44, 55, 66, 77, 88, 99]", delimiter: '" "' }, 69 { arr: "[1, 22, 33, 44, 55, 66, 77, 88, 99]", delimiter: '"------"' }, 70 test4: { arr: "[1, 22, 33, 44, 55, 66, 77, 88, 99]", delimiter: '","' }, 76 test2: '"1 22 33 44 55 66 77 88 99"', 77 test3: '"1------22------33------44------55------66------77------88------99"', 78 test4: '"1,22,33,44,55,66,77,88,99"', 92 test1: { arr: "[1, 22, 33, 44, 55, 66, 77, 88, 99]", delimiter: '""' }, 93 test2: { arr: "[1, 22, 33, 44, 55, 66, 77, 88, 99]", delimiter: '" "' }, 95 { arr: "[1, 22, 33, 44, 55, 66, 77, 88, 99]", delimiter: '"------"' }, [all …]
|
| D | list.std_core_array_concat.yaml | 55 test5: { first: "[]", second: "[33, 66, 33]" }, 63 test5: "[33, 66, 33]", 80 test5: { first: "[]", second: "[33, 66, 33]" }, 88 test5: "[33, 66, 33]", 105 test5: { first: "[]", second: "[33, 66, 33]" }, 113 test5: "[33, 66, 33]", 130 test5: { first: "[]", second: "[33, 66, 33]" }, 138 test5: "[33, 66, 33]",
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/ets/dynamic_import_tests/modules/ |
| D | instanceof-expected.txt | 85 "column": 33, 90 "column": 33, 110 "column": 33, 115 "column": 33, 130 "column": 33, 135 "column": 33, 143 "column": 33, 148 "column": 33, 156 "column": 33, 161 "column": 33, [all …]
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-keyword-identify9-expected.txt | 676 "line": 33, 680 "line": 33, 699 "line": 33, 700 "column": 33 703 "line": 33, 710 "line": 33, 711 "column": 33 714 "line": 33, 721 "line": 33, 725 "line": 33, [all …]
|
| D | test_infer-type-with-extends5-expected.txt | 697 "column": 33 1223 "column": 33 1234 "column": 33 1409 "column": 33 2170 "column": 33 2346 "line": 33, 2350 "line": 33, 2372 "line": 33, 2376 "line": 33, 2385 "line": 33, [all …]
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/ |
| D | fuzz_invalid_method.ets | 48 /* @@? 33:9 Error SyntaxError: Unexpected token 'return'. */ 49 /* @@? 33:19 Error TypeError: Only abstract or native methods can't have body. */ 50 /* @@? 33:24 Error SyntaxError: The function parameter 'this' must explicitly specify the typeAnnot… 51 /* @@? 33:30 Error SyntaxError: The function parameter 'this' must explicitly specify the typeAnnot… 52 /* @@? 33:30 Error SyntaxError: Unexpected token, expected ',' or ')'. */ 53 /* @@? 33:30 Error SyntaxError: Unexpected token '.'. */ 54 /* @@? 33:31 Error TypeError: Variable 'data' has already been declared. */ 55 /* @@? 33:35 Error SyntaxError: Field type annotation expected. */ 56 /* @@? 33:35 Error SyntaxError: Unexpected token ')'. */
|
| /arkcompiler/runtime_core/abc2program/tests/ts/release-column-number/ |
| D | ReleaseEnableColumnNumberCallargsExpected.txt | 151 lda v7 # line: 33 # column: 0 152 sta v10 # line: 33 # column: 0 153 lda v10 # line: 33 # column: 0 154 callarg0 0x6 # line: 33 # column: 2 155 lda v4 # line: 33 # column: 0 156 sta v10 # line: 33 # column: 0 157 ldai 0x1 # line: 33 # column: 0 158 sta v11 # line: 33 # column: 0 159 lda v10 # line: 33 # column: 0 160 callarg1 0x8, v11 # line: 33 # column: 9 [all …]
|
| /arkcompiler/ets_frontend/ets2panda/test/runtime/ets/ |
| D | undefined_as_default_value_for_built_in_array.ets | 20 let v: UnionTypeUndefined[] = new UnionTypeUndefined[33] 21 for (let i = 0; i < 33; i++) { 25 let y: UnionTypeUndefinedAndNull[] = new UnionTypeUndefinedAndNull[33] 26 for (let i = 0; i < 33; i++) { 30 let m : FixedArray<int> = new int[33] 31 for (let i = 0; i < 33; i++) {
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/main/ |
| D | arktsutils_module.ets.autofix.json | 63 "endColumn": 33, 73 "endColumn": 33 144 "line": 33, 146 "endLine": 33, 154 "line": 33, 156 "endLine": 33, 165 "line": 33, 167 "endLine": 33, 175 "line": 33, 177 "endLine": 33, [all …]
|
| D | styles_decorator_anon_1.ets.autofix.json | 112 "line": 33, 114 "endLine": 33, 133 "line": 33, 135 "endLine": 33, 154 "line": 33, 156 "endLine": 33, 175 "line": 33, 177 "endLine": 33, 196 "line": 33, 198 "endLine": 33, [all …]
|
| D | arktsutils_module.ets.arkts2.json | 41 "endColumn": 33, 78 "line": 33, 80 "endLine": 33, 88 "line": 33, 90 "endLine": 33, 109 "column": 33, 121 "endColumn": 33,
|
| D | styles_decorator_mix_1.ets.autofix.json | 157 "endColumn": 33 178 "endColumn": 33 199 "endColumn": 33 220 "endColumn": 33 241 "endColumn": 33 262 "endColumn": 33 283 "endColumn": 33 304 "endColumn": 33 325 "endColumn": 33 346 "endColumn": 33 [all …]
|
| D | func_inferred_type_args_2.ets.json | 31 "endColumn": 33, 41 "endColumn": 33, 68 "line": 33, 70 "endLine": 33, 78 "line": 33, 80 "endLine": 33,
|
| D | func_inferred_type_args_2.ets.migrate.json | 41 "endColumn": 33, 51 "endColumn": 33, 61 "endColumn": 33, 68 "line": 33, 70 "endLine": 33, 78 "line": 33, 80 "endLine": 33, 88 "line": 33, 90 "endLine": 33,
|
| D | animatable_extend_decorator_1.ets.autofix.json | 81 "line": 33, 83 "endLine": 33, 91 "line": 33, 93 "endLine": 33, 102 "line": 33, 104 "endLine": 33, 112 "line": 33, 114 "endLine": 33, 123 "line": 33, 125 "endLine": 33, [all …]
|
| /arkcompiler/ets_frontend/es2panda/test/parser/js/ |
| D | test-array-expression-expected.txt | 414 "line": 33, 418 "line": 33, 430 "line": 33, 434 "line": 33, 441 "line": 33, 445 "line": 33, 453 "line": 33, 457 "line": 33, 464 "line": 33, 468 "line": 33, [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/escompat/ |
| D | list.escompat_BigInt_instance.yaml | 90 param_list: {"param1": '[2, 7, 8, 10, 16, 25, 33, 36]'}, 125 param_list: {"param1": '[2, 7, 8, 10, 16, 25, 33, 36]'}, 160 param_list: {"param1": '[2, 7, 8, 10, 16, 25, 33, 36]'}, 195 param_list: {"param1": '[2, 7, 8, 10, 16, 25, 33, 36]'}, 230 param_list: {"param1": '[2, 7, 8, 10, 16, 25, 33, 36]'}, 265 param_list: {"param1": '[2, 7, 8, 10, 16, 25, 33, 36]'}, 300 param_list: {"param1": '[2, 7, 8, 10, 16, 25, 33, 36]'}, 335 param_list: {"param1": '[2, 7, 8, 10, 16, 25, 33, 36]'}, 376 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33,
|
| /arkcompiler/ets_frontend/es2panda/test/parser/annotations/ |
| D | import-qualified-expected.txt | 1344 "line": 33, 1348 "line": 33, 1358 "line": 33, 1362 "line": 33, 1371 "line": 33, 1375 "line": 33, 1385 "line": 33, 1389 "line": 33, 1398 "line": 33, 1402 "line": 33, [all …]
|
| /arkcompiler/ets_runtime/test/aottest/aot_type_test/polyaccess/ |
| D | expect_output.txt | 25 33 28 33 31 33
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/ets/ |
| D | genericDefaultParam_1-expected.txt | 1375 "column": 33, 1388 "column": 33, 1401 "column": 33, 2542 "line": 33, 2555 "line": 33, 2569 "line": 33, 2582 "line": 33, 2595 "line": 33, 2612 "line": 33, 2617 "line": 33, [all …]
|
| D | internalProtectedParsing-expected.txt | 495 "column": 33, 508 "column": 33, 829 "column": 33, 1132 "line": 33, 1137 "line": 33, 1145 "line": 33, 1150 "line": 33, 1158 "line": 33, 1163 "line": 33, 1172 "line": 33, [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/03.array_creation_expressions/01.runtime_evaluation_of_array_creation_expressions/ |
| D | expr.params.yaml | 203 let v: int[] = new int[33] // initialized with 0 204 for (let i = 0; i < 33; i++) { 212 let v: number[] = new number[33] // initialized with 0.0 213 for (let i = 0; i < 33; i++) { 221 let v: char[] = new char[33] // initialized with c'\u0000' 222 for (let i = 0; i < 33; i++) { 230 let v: boolean[] = new boolean[33] // initialized with false 231 for (let i = 0; i < 33; i++) { 241 let v: EN[] = new EN[33] // initialized with undefined 242 for (let i = 0; i < 33; i++) { [all …]
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/compiler/ |
| D | test-ts-static-blocks-in-class12-expected.txt | 1 11 22 33 44 55 66 3 11 2 33 4 55 6
|