| /arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/escompat/ |
| D | list.escompat_regexp_instance.yaml | 319 test1: { pattern: '"\u{12345}"', flags: '"u"' }, 320 test2: { pattern: '"\u{12345}"', flags: '"u"' }, 321 test3: { pattern: '"\u{12345}"', flags: '"u"' }, 322 test4: { pattern: '"\u{12345}\u{23456}"', flags: '"u"' }, 323 test5: { pattern: '"\u{12345}\u{23456}"', flags: '"u"' }, 324 test6: { pattern: '"\u{12345}\u{23456}"', flags: '"u"' }, 325 test7: { pattern: '"\u{12345}\u{23456}"', flags: '"u"' }, 326 test8: { pattern: '"\u{12345}(?:\u{23456})"', flags: '"u"' }, 327 test9: { pattern: '"\u{12345}(?:\u{23456})"', flags: '"u"' }, 328 test10: { pattern: '"\u{12345}(?:\u{23456})"', flags: '"u"' }, [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/04.bigint_literals/ |
| D | bigint_func_n.params.yaml | 23 - 'BigInt.asIntN("5", 12345n) // wrong 1st argument type' 25 - 'BigInt.asIntN(32, 12345) // wrong 2nd argument type' 29 - 'BigInt.asUintN("5", 12345n) // wrong 1st argument type' 31 - 'BigInt.asUintN(32, 12345) // wrong 2nd argument type'
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/escompat/ |
| D | RegExpTestTest.ets | 24 arktest.assertEQ(RegExp("\u{12345}{3}", "u").test("\u{12345}\udf45\udf45"), false) 25 arktest.assertEQ(RegExp("\u{12345}{3}").test("\u{12345}\udf45\udf45"), true)
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/ |
| D | eq.params.yaml | 90 - 12345n 91 - new BigInt(12345) 93 - new BigInt('12345')
|
| D | eq1.params.yaml | 103 - new BigInt(12345) 105 - 12345n 106 - new BigInt('12345')
|
| D | eq2.params.yaml | 113 - 12345n 115 - new BigInt(12345) 116 - new BigInt('12345')
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/ |
| D | postfix_increment_short.params.yaml | 21 - { value: 12345, result: 12346 } 22 - { value: -12345, result: -12344 }
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/union_equality_operators/ |
| D | eq.params.yaml | 110 - 12345n 112 - new BigInt(12345) 113 - new BigInt('12345')
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/ |
| D | eq1.params.yaml | 109 - new BigInt(12345) 111 - 12345n 112 - new BigInt('12345')
|
| D | eq.params.yaml | 156 - 12345n 158 - new BigInt(12345) 159 - new BigInt('12345')
|
| /arkcompiler/ets_runtime/test/aottest/builtin_inlining/date/Now/ |
| D | builtinDateNow.ts | 23 return 12345; 94 //aot: 12345 98 //aot: 12345 102 //aot: 12345
|
| /arkcompiler/ets_runtime/test/aottest/builtin_inlining/set/Entries/ |
| D | builtinSetEntries.ts | 36 let mySet = new Set([0, 0.0, 5, -200.5, 1e-78, NaN, "12345", ", ."]); 79 //: 12345,12345 133 //: 12345,12345 156 mySet.delete("12345");
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/rules/ |
| D | rule37.ets.migrate.ets | 69 let a27: RegExp = new RegExp('dawfgr' + '12345') 73 let regex20: RegExp = new RegExp('dawfgr'.concat('12345')) 75 let a28: RegExp = new RegExp('dawfgr' + '12345' + '789')
|
| D | rule37.ets | 69 let a27: RegExp = RegExp('dawfgr'+'12345') 73 let regex20: RegExp = RegExp('dawfgr'.concat('12345')) 75 let a28: RegExp = RegExp('dawfgr'+'12345' + '789')
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | move_constants_test.cpp | 100 CONSTANT(1, 12345); in TEST_F() 146 CONSTANT(1, 12345); in TEST_F() 175 CONSTANT(1, 12345); in TEST_F() 232 CONSTANT(1, 12345); in TEST_F() 272 CONSTANT(1, 12345); in TEST_F() 322 CONSTANT(1, 12345); in TEST_F() 345 CONSTANT(1, 12345); in TEST_F() 396 CONSTANT(1, 12345); in TEST_F() 420 CONSTANT(2, 12345); in TEST_F() 449 CONSTANT(2, 12345); in TEST_F() [all …]
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/ |
| D | DeclareCheckAssign.ets | 24 export declare const int_16: int = 12345 25 export declare const int_17 = 12345 26 export declare const int_18: number = 12345
|
| /arkcompiler/ets_runtime/test/aottest/builtin_inlining/date/GetTime/ |
| D | builtinDateGetTime.ts | 23 return 12345; 101 //aot: 12345 104 //aot: 12345 107 //aot: 12345
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/tests/ |
| D | aot_checksum_test.cpp | 44 testMap.emplace("test1.abc", 12345); in HWTEST_F_L0() 98 testMap.emplace("path:to:file.abc", 12345); in HWTEST_F_L0() 131 testMap.emplace("test1.abc", 12345); in HWTEST_F_L0() 171 testMap.emplace("test1.abc", 12345); in HWTEST_F_L0()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/std/core/ |
| D | list.std_core_typedarrays_instance.yaml | 33 …ta: "[Short.MIN_VALUE as short, -12345 as short, -777 as short, -1 as short, 0 as short, 1 as shor…
|
| D | list.std_core_typedarrays_function1.yaml | 33 …ta: "[Short.MIN_VALUE as short, -12345 as short, -777 as short, -1 as short, 0 as short, 1 as shor…
|
| D | list.std_core_typedarrays_methods.yaml | 34 …ta: "[Short.MIN_VALUE as short, -12345 as short, -777 as short, -1 as short, 0 as short, 1 as shor…
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | move_constants_test.cpp | 110 CONSTANT(1U, 12345U); in SRC_GRAPH() 159 CONSTANT(1U, 12345U); in OUT_GRAPH() 195 CONSTANT(1U, 12345U); in SRC_GRAPH() 255 CONSTANT(1U, 12345U); in OUT_GRAPH() 302 CONSTANT(1U, 12345U); in SRC_GRAPH() 355 CONSTANT(1U, 12345U); in OUT_GRAPH() 385 CONSTANT(1U, 12345U); in SRC_GRAPH() 439 CONSTANT(1U, 12345U); in OUT_GRAPH() 470 CONSTANT(2U, 12345U); in SRC_GRAPH() 502 CONSTANT(2U, 12345U); in OUT_GRAPH() [all …]
|
| /arkcompiler/ets_runtime/test/aottest/builtin_inlining/set/Values/ |
| D | builtinSetValues.ts | 36 let mySet = new Set([0, 0.0, 5, -200.5, 1e-78, NaN, "xyz", "12345"]); 81 //: 12345 135 //: 12345 155 mySet.delete("12345");
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/module_validation/ |
| D | import_tests.ts | 30 assert(str.isAcceptable('12345'), 'success');
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/std/core/ |
| D | DoubleToPrecisionTest.ets | 58 let num5: Double = 12345; 76 assertEQ(str5, '12345');
|