| /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/03.bigint_literals/ |
| D | bigint_func_n.params.yaml | 24 - 'BigInt.asIntN("5", 12345n) // wrong 1st argument type' 26 - 'BigInt.asIntN(32, 12345) // wrong 2nd argument type' 30 - 'BigInt.asUintN("5", 12345n) // wrong 1st argument type' 32 - 'BigInt.asUintN(32, 12345) // wrong 2nd argument type'
|
| /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 | 97 - 12345n 98 - new BigInt(12345) 99 - new BigInt('12345')
|
| D | eq1.params.yaml | 117 - new BigInt(12345) 119 - 12345n 120 - new BigInt('12345')
|
| D | eq2.params.yaml | 114 - 12345n 116 - new BigInt(12345) 117 - 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 | eq.params.yaml | 98 - 12345n 99 - new BigInt(12345) 100 - new BigInt('12345')
|
| D | eq1.params.yaml | 117 - new BigInt(12345) 119 - 12345n 120 - new BigInt('12345')
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/07.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 | 114 - 12345n 116 - new BigInt(12345) 117 - 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/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_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…
|
| /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/ets2panda/test/ast/parser/ets/import_tests/ |
| D | Import_error_token_1.sts | 15 import * 12345 Test from "import_tests/packages"
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/module_validation/ |
| D | import_tests.ts | 30 assert(str.isAcceptable('12345'), 'success');
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_promise_test.cpp | 45 // 12345 : test case in TestPromiseRaceThenOnRejectd() 46 EXPECT_EQ(JSTaggedValue::SameValue(result.GetTaggedValue(), JSTaggedValue(12345)), true); in TestPromiseRaceThenOnRejectd() 221 * @tc.steps: step1. var p1 = Promise.resolve(12345) in HWTEST_F_L0() 273 JSHandle<JSTaggedValue> paramMsg1(thread, JSTaggedValue(12345)); in HWTEST_F_L0() 276 * @tc.steps: step1. var p1 = Promise.reject(12345) in HWTEST_F_L0() 281 …EXPECT_EQ(JSTaggedValue::SameValue(rejectPromise->GetPromiseResult(), JSTaggedValue(12345)), true); in HWTEST_F_L0() 322 JSHandle<JSTaggedValue> paramMsg1(thread, JSTaggedValue(12345)); in HWTEST_F_L0() 326 * @tc.steps: step1. var p1 = Promise.reject(12345) in HWTEST_F_L0() 331 …EXPECT_EQ(JSTaggedValue::SameValue(rejectPromise->GetPromiseResult(), JSTaggedValue(12345)), true); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/test/moduletest/proxy/ |
| D | proxy.js | 33 print(addProxy(a, 12345 * a) == add(12345 * a, a))
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | lda.str.yaml | 246 - 12345 247 - "\"12345\"" 304 - 12345 305 - "\"12345\""
|
| /arkcompiler/ets_runtime/test/aottest/builtin_inlining/map/Values/ |
| D | builtinMapValues.ts | 36 …0], [0.0, 5], [-1, 1], [2.5, -2.5], [NaN, Infinity], [2000, 0.0], [56, "oops"], ["xyz", "12345"]]); 81 //: 12345 134 //: 12345
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/std/core/ |
| D | EscapeUnescapeURITest.sts | 20 const numberExample: Number = 12345; // Number 34 fails += testEquals(encodeURIComponent(numberExample), "12345");
|