Home
last modified time | relevance | path

Searched full:12345 (Results 1 – 25 of 63) sorted by relevance

123

/arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/escompat/
Dlist.escompat_regexp_instance.yaml319 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/
Dbigint_func_n.params.yaml24 - '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/
Deq.params.yaml97 - 12345n
98 - new BigInt(12345)
99 - new BigInt('12345')
Deq1.params.yaml117 - new BigInt(12345)
119 - 12345n
120 - new BigInt('12345')
Deq2.params.yaml114 - 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/
Deq.params.yaml98 - 12345n
99 - new BigInt(12345)
100 - new BigInt('12345')
Deq1.params.yaml117 - 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/
Dpostfix_increment_short.params.yaml21 - { 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/
Deq.params.yaml114 - 12345n
116 - new BigInt(12345)
117 - new BigInt('12345')
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/date/Now/
DbuiltinDateNow.ts23 return 12345;
94 //aot: 12345
98 //aot: 12345
102 //aot: 12345
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/set/Entries/
DbuiltinSetEntries.ts36 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/
Dmove_constants_test.cpp100 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/
DbuiltinDateGetTime.ts23 return 12345;
101 //aot: 12345
104 //aot: 12345
107 //aot: 12345
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/tests/
Daot_checksum_test.cpp44 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/
Dlist.std_core_typedarrays_instance.yaml33 …ta: "[Short.MIN_VALUE as short, -12345 as short, -777 as short, -1 as short, 0 as short, 1 as shor…
Dlist.std_core_typedarrays_function1.yaml33 …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/
Dmove_constants_test.cpp110 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/
DbuiltinSetValues.ts36 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/
DImport_error_token_1.sts15 import * 12345 Test from "import_tests/packages"
/arkcompiler/ets_frontend/arkguard/test/grammar/module_validation/
Dimport_tests.ts30 assert(str.isAcceptable('12345'), 'success');
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_promise_test.cpp45 // 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/
Dproxy.js33 print(addProxy(a, 12345 * a) == add(12345 * a, a))
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dlda.str.yaml246 - 12345
247 - "\"12345\""
304 - 12345
305 - "\"12345\""
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/map/Values/
DbuiltinMapValues.ts36 …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/
DEscapeUnescapeURITest.sts20 const numberExample: Number = 12345; // Number
34 fails += testEquals(encodeURIComponent(numberExample), "12345");

123