| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/dynamic_enum/ |
| D | dynamic_enum.ets | 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) {
|
| D | index.js | 27 Up: 'Up', property
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/ |
| D | objectto_enum_2.ets | 21 Up = "UP", 27 let myDirection: Direction = Direction.Up; 31 assertTrue(obj1 === Direction.Up);
|
| /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/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/ |
| D | child_interface_constants_inheritance_verification_21.ets | 21 UP, 32 readonly CONST = () => Direction.UP; 37 assertEQ(instance.CONST(), Direction.UP);
|
| /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.ets | 29 Up = 'UP', 33 Across = 'UP'+'LEFT',
|
| D | enum_not_support_float.ets | 30 Up = 'UP', 34 Across = 'UP'+'LEFT',
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/class_ops/ |
| D | class_call_static_method_by_name_ref_test.ets | 18 return "up"; 68 return "up" 94 return "up" 104 return "up" 139 return "up"
|
| D | call_static_method_ref_test.ets | 18 return "up"; 48 return "up" 60 return "up" 98 return "up"
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/koala-related-benchmarks/ |
| D | arkts-phase1.ets | 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 | enum25.ets | 17 Up = "UP",
|
| D | enum24.ets | 17 Up = "UP",
|
| D | enum26.ets | 17 Up = "UP",
|
| /arkcompiler/ets_frontend/ets2panda/test/runtime/ets/ |
| D | enum_as_key_of_record.ets | 18 up = "1" 22 up = 1
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/ |
| D | Json.ets | 189 * @param {int} index - The index to look up 317 * @param {string} key - The key to look up 334 * @param {string} key - The key to look up 346 * @param {string} key - The key to look up 369 * @param {string} key - The key to look up 385 * @param {string} key - The key to look up 421 * @param {string} key - The key to look up 433 * @param {string} key - The key to look up 443 * @param {string} key - The key to look up 455 * @param {string} key - The key to look up [all …]
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/test/environment_test/ |
| D | init_test.py | 43 # clear up 71 # clear up 105 # clear up 144 # clear up 161 # clear up 174 # clear up
|
| /arkcompiler/ets_frontend/testTs/ |
| D | README.md | 9 …ler/ets_frontend/build' in the out file and run the 'npm install' command to set up the environment 10 3. After setting up the environment, enter the ark/ts2abc directory of Hongmeng system
|
| /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+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/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/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/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');
|
| /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');
|