/arkcompiler/ets_runtime/test/moduletest/bitwiseop/ |
D | bitwiseop.js | 22 print(13 & 3) 23 print(13 | 3) 24 print(13 ^ 3) 25 print(13 << 3) 26 print(13 >> 3) 27 print(13 >>> 3) 32 print(~13)
|
/arkcompiler/runtime_core/compiler/tests/ |
D | graph_cloner_test.cpp | 39 PARAMETER(13, 0).s32(); // X in TEST_F() 44 INST(14, Opcode::Compare).CC(ConditionCode::CC_LT).b().Inputs(0, 13); // i < X in TEST_F() 54 INST(5, Opcode::Compare).CC(ConditionCode::CC_LT).b().Inputs(10, 13); // i < X in TEST_F() 71 PARAMETER(13, 0).s32(); // X in TEST_F() 79 INST(14, Opcode::Compare).CC(ConditionCode::CC_LT).b().Inputs(0, 13); // i < X in TEST_F() 89 INST(5, Opcode::Compare).CC(ConditionCode::CC_LT).b().Inputs(10, 13); // i < X in TEST_F() 96 BASIC_BLOCK(8, 10, 13) in TEST_F() 98 INST(17, Opcode::Compare).CC(ConditionCode::CC_LT).b().Inputs(16, 13); // i < X in TEST_F() 101 BASIC_BLOCK(10, 10, 13) in TEST_F() 108 INST(20, Opcode::Compare).CC(ConditionCode::CC_LT).b().Inputs(25, 13); // i < X in TEST_F() [all …]
|
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/compiler/ |
D | test-ts-namespace-13-expected.txt | 1 test-ts-namespace-13 flag1 2 test-ts-namespace-13 flag2 3 test-ts-namespace-13 flag3
|
D | test-ts-namespace-14-expected.txt | 1 test-ts-namespace-13 flag2 2 test-ts-namespace-13 flag3 3 test-ts-namespace-13 flag2
|
D | test-ts-namespace-14.ts | 17 var ns2 : string = "test-ts-namespace-13 flag1"; 20 export var s : string = "test-ts-namespace-13 flag2"; 23 s : "test-ts-namespace-13 flag3"
|
D | test-ts-namespace-13.ts | 17 var ns1_1 : string = "test-ts-namespace-13 flag1"; 18 var ns2_1 : string = "test-ts-namespace-13 flag2"; 19 var ns3_1 : string = "test-ts-namespace-13 flag3";
|
/arkcompiler/ets_frontend/es2panda/test/parser/js/ |
D | test-async-arrow-function-1-expected.txt | 141 "column": 13 152 "column": 13 163 "column": 13 174 "column": 13 212 "column": 13 238 "column": 13 323 "column": 13
|
D | test-try-statement-expected.txt | 32 "column": 13 57 "column": 13 225 "column": 13 250 "column": 13 262 "column": 13
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | typeInferenceLiteralUnion.ts | 66 extentMixed = extent([new NumCoercible(10), 13, '12', true]); 67 AssertType(extentMixed = extent([new NumCoercible(10), 13, '12', true]), "union"); 69 AssertType(extent([new NumCoercible(10), 13, '12', true]), "union"); 71 AssertType([new NumCoercible(10), 13, '12', true], "(union)[]"); 75 AssertType(13, "int");
|
D | binaryArithmeticControlFlowGraphNotTooLarge.ts | 25 …13); } else { a = this.h0; b = this.h1; c = this.h2; d = this.h3; … 156 b = (b << 19) | (b >>> 13); 157 AssertType(b = (b << 19) | (b >>> 13), "number"); 159 AssertType((b << 19) | (b >>> 13), "number"); 164 AssertType((b >>> 13), "number"); 165 AssertType(b >>> 13, "number"); 167 AssertType(13, "int"); 309 b = (b << 19) | (b >>> 13); 310 AssertType(b = (b << 19) | (b >>> 13), "number"); 312 AssertType((b << 19) | (b >>> 13), "number"); [all …]
|
D | taggedTemplateStringsPlainCharactersThatArePartsOfEscapes01.ts | 25 f `0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2028 2029 0085 t v f b r n` 26 AssertType(f `0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2028 2029 0085 t v f b r n`, "vo… 28 AssertType(`0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2028 2029 0085 t v f b r n`, "stri…
|
D | taggedTemplateStringsPlainCharactersThatArePartsOfEscapes01_ES6.ts | 25 f `0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2028 2029 0085 t v f b r n` 26 AssertType(f `0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2028 2029 0085 t v f b r n`, "vo… 28 AssertType(`0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2028 2029 0085 t v f b r n`, "stri…
|
/arkcompiler/ets_runtime/test/moduletest/spreadoperator/ |
D | expect_output.txt | 15 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 19 42,13,23 21 42,13,23
|
/arkcompiler/ets_runtime/test/quickfix/closure/ |
D | expect_output.txt | 22 patch: 13 30 patch: 13 45 patch: 13
|
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
D | arrayDestructuring43-expected.txt | 146 "column": 13 157 "column": 13 168 "column": 13 180 "column": 13
|
D | expression_4-expected.txt | 157 "column": 13 169 "column": 13 213 "column": 13 395 "column": 13 485 "column": 13 496 "column": 13 508 "column": 13 570 "column": 13 582 "column": 13 736 "column": 13
|
D | arrayDestructuring24-expected.txt | 51 "column": 13 354 "column": 13 365 "column": 13 376 "column": 13 388 "column": 13
|
D | memberExpTest_2-expected.txt | 56 "column": 13 122 "column": 13 133 "column": 13 156 "column": 13 390 "column": 13 401 "column": 13
|
D | memberExpTest_6-expected.txt | 37 "column": 13 80 "column": 13 99 "column": 13 310 "column": 13 321 "column": 13 333 "column": 13
|
/arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
D | test-class-definiton24-expected.txt | 36 "column": 13 188 "column": 13 199 "column": 13 259 "column": 13 270 "column": 13 330 "column": 13 341 "column": 13 429 "column": 13
|
D | test-destructure-declaration-expected.txt | 44 "column": 13 56 "column": 13 180 "column": 13 192 "column": 13
|
D | test-function-overload1-expected.txt | 18 "column": 13 62 "column": 13 106 "column": 13
|
D | test-keyword-identify3-expected.txt | 19 "column": 13 90 "column": 13 101 "column": 13 315 "column": 13 333 "column": 13
|
D | test-function-overload2-expected.txt | 18 "column": 13 62 "column": 13 106 "column": 13
|
/arkcompiler/ets_runtime/test/moduletest/typedarrayat/ |
D | typedarrayat.js | 57 obj[3] = 13; 62 result.push(obj.at("3") == 13) 80 obj[3] = 13n; 85 result.push(obj.at("3") == 13n)
|