| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/dynamic_enum/ |
| D | dynamic_enum.sts | 48 if(d.Up as string == 'Up' && d.Down as string == 'Down') { 57 let u = d.Up 58 if(isEq(u, d.Up) as boolean) { 67 let u = d.Up 68 if(isEq('Up', u as string) as boolean) {
|
| /arkcompiler/ets_frontend/arkguard/scripts/ |
| D | combination_config.json | 249 "mReservedProperties": ["prop","U","up","prop1","t"] 261 "mReservedProperties": ["U","up","prop1","A","B"] 267 "mReservedProperties": ["prop","U","up","prop1","t"] 273 "mReservedProperties": ["U","up","prop1","A","B"] 279 "mReservedProperties": ["prop","U","up","prop1","t"] 285 "mReservedProperties": ["U","up","prop1","A","B"] 291 "mReservedProperties": ["prop","U","up","prop1","t"] 297 "mReservedProperties": ["U","up","prop1","A","B"] 468 "mReservedProperties": ["prop","U","up","prop1","t"] 480 "mReservedProperties": ["U","up","prop1","A","B"] [all …]
|
| /arkcompiler/runtime_core/static_core/verification/config/options/ |
| D | method_options.cpp | 26 for (const auto &up : uplevel_) { in MsgClassFor() local 27 if (up.get().CanHandleMsg(msgNum)) { in MsgClassFor() 28 return up.get().MsgClassFor(msgNum); in MsgClassFor()
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/main/ |
| D | enum_member_non_constant.sts | 29 Up = 'UP', 33 Across = 'UP'+'LEFT',
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/koala-related-benchmarks/ |
| D | arkts-phase1.sts | 16 // A mock up 33 // A mock up 38 // A mock up 78 // A mock up
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/ |
| D | enum26.sts | 17 Up = "UP",
|
| D | enum25.sts | 17 Up = "UP",
|
| D | enum24.sts | 17 Up = "UP",
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/static_enum/ |
| D | static_enum_test.sts | 27 Up = -1, 32 return (Direction.Up + Direction.Down) as int
|
| /arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/strProp+export/08_enum/ |
| D | 01_enum_01_expected.txt | 23 up = 1, 28 const direction: Direction = Direction.up; 30 assert(Direction.up === 1); 34 assert(Direction[1] === 'up');
|
| /arkcompiler/ets_frontend/arkguard/test/combinations/basic_grammar/08_enum/ |
| D | 01_enum_01.ts | 26 up = 1, enumerator 31 const direction: Direction = Direction.up 33 assert(Direction.up === 1); 37 assert(Direction[1] === 'up');
|
| /arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/strProp+top+export/08_enum/ |
| D | 01_enum_01_expected.txt | 23 up = 1, 28 const f: e = e.up; 30 d(e.up === 1); 34 d(e[1] === 'up');
|
| /arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/prop/08_enum/ |
| D | 01_enum_01_expected.txt | 23 up = 1, 28 const direction: Direction = Direction.up; 30 assert(Direction.up === 1); 34 assert(Direction[1] === 'up');
|
| /arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/prop+strProp+export/08_enum/ |
| D | 01_enum_01_expected.txt | 23 up = 1, 28 const direction: Direction = Direction.up; 30 assert(Direction.up === 1); 34 assert(Direction[1] === 'up');
|
| /arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/top+export/08_enum/ |
| D | 01_enum_01_expected.txt | 23 up = 1, 28 const f: e = e.up; 30 d(e.up === 1); 34 d(e[1] === 'up');
|
| /arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/strProp/08_enum/ |
| D | 01_enum_01_expected.txt | 23 up = 1, 28 const direction: Direction = Direction.up; 30 assert(Direction.up === 1); 34 assert(Direction[1] === 'up');
|
| /arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/default/08_enum/ |
| D | 01_enum_01_expected.txt | 23 up = 1, 28 const direction: Direction = Direction.up; 30 assert(Direction.up === 1); 34 assert(Direction[1] === 'up');
|
| /arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/export/08_enum/ |
| D | 01_enum_01_expected.txt | 23 up = 1, 28 const direction: Direction = Direction.up; 30 assert(Direction.up === 1); 34 assert(Direction[1] === 'up');
|
| /arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/prop+strProp+top+export/08_enum/ |
| D | 01_enum_01_expected.txt | 23 up = 1, 28 const direction: h = h.up; 30 assert(h.up === 1); 34 assert(h[1] === 'up');
|
| /arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/strProp+top/08_enum/ |
| D | 01_enum_01_expected.txt | 23 up = 1, 28 const f: e = e.up; 30 d(e.up === 1); 34 d(e[1] === 'up');
|
| /arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/top/08_enum/ |
| D | 01_enum_01_expected.txt | 23 up = 1, 28 const f: e = e.up; 30 d(e.up === 1); 34 d(e[1] === 'up');
|
| /arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/prop+strProp+top/08_enum/ |
| D | 01_enum_01_expected.txt | 23 up = 1, 28 const direction: h = h.up; 30 assert(h.up === 1); 34 assert(h[1] === 'up');
|
| /arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/prop+top/08_enum/ |
| D | 01_enum_01_expected.txt | 23 up = 1, 28 const direction: h = h.up; 30 assert(h.up === 1); 34 assert(h[1] === 'up');
|
| /arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/prop+top+export/08_enum/ |
| D | 01_enum_01_expected.txt | 23 up = 1, 28 const direction: h = h.up; 30 assert(h.up === 1); 34 assert(h[1] === 'up');
|
| /arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/prop+export/08_enum/ |
| D | 01_enum_01_expected.txt | 23 up = 1, 28 const direction: Direction = Direction.up; 30 assert(Direction.up === 1); 34 assert(Direction[1] === 'up');
|