Home
last modified time | relevance | path

Searched full:1234567890 (Results 1 – 25 of 44) sorted by relevance

12

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/03.bigint_literals/
Dbigint_func.params.yaml17 - { func: 'BigInt("1234567890n")', res: 1234567890n }
20 - { func: 'BigInt("1234567890")', res: 1234567890n }
23 - { func: 'BigInt(1234567890 as long)', res: 1234567890n }
/arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/spec/expressions/equality/
Dlist.equality_primitive_01.yaml97 type1: "long", value1: "1234567890",
102 type1: "long", value1: "1234567890",
103 type2: "long", value2: "1234567890",
/arkcompiler/ets_runtime/test/aottest/string_equal/
Dstring_equal.ts17 let str:string = '1234567890上下左右中';
21 print(str == '1234567890上下左右中');
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/std/core/
DEscapeUnescapeTest.sts29 failures += testInverse("!@#$%^&*()-=_+1234567890%%%")
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dfmod2.yaml90 - "1234567890"
143 - "1234567890"
200 - "1234567890"
257 - "1234567890"
Dfdiv2.yaml96 - "1234567890"
153 - "1234567890"
221 - "1234567890"
292 - "1234567890"
Dfmul2.yaml89 - "1234567890"
139 - "1234567890"
204 - "1234567890"
270 - "1234567890"
Dfsub2.yaml88 - "1234567890"
137 - "1234567890"
199 - "1234567890"
271 - "1234567890"
Dfadd2.yaml299 - "1234567890"
385 - "1234567890"
446 - "1234567890"
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dfmod2.yaml90 - "1234567890"
143 - "1234567890"
200 - "1234567890"
256 - "1234567890"
Dfdiv2.yaml96 - "1234567890"
153 - "1234567890"
221 - "1234567890"
292 - "1234567890"
Dfmul2.yaml89 - "1234567890"
139 - "1234567890"
204 - "1234567890"
270 - "1234567890"
Dfsub2.yaml88 - "1234567890"
137 - "1234567890"
199 - "1234567890"
271 - "1234567890"
Dfadd2.yaml299 - "1234567890"
385 - "1234567890"
446 - "1234567890"
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/07.widening_reference_conversion/call_meth/
Dcall-meth.params.yaml76 - { to_type: Object, expr: 1234567890n }
77 - { to_type: Object, expr: new BigInt("1234567890") }
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/07.widening_reference_conversion/call_lmbd/
Dcall-lmbd.params.yaml76 - { to_type: Object, expr: 1234567890n }
77 - { to_type: Object, expr: new BigInt("1234567890") }
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/07.widening_reference_conversion/decl_var/
Ddecl-var.params.yaml76 - { to_type: Object, expr: 1234567890n }
77 - { to_type: Object, expr: new BigInt("1234567890") }
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/07.widening_reference_conversion/decl_const/
Ddecl-const.params.yaml76 - { to_type: Object, expr: 1234567890n }
77 - { to_type: Object, expr: new BigInt("1234567890") }
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/07.widening_reference_conversion/comp_arr/
Dcomp-arr.params.yaml76 - { to_type: Object, expr: 1234567890n }
77 - { to_type: Object, expr: new BigInt("1234567890") }
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/07.widening_reference_conversion/comp_obj/
Dcomp-intf.params.yaml76 - { to_type: Object, expr: 1234567890n }
77 - { to_type: Object, expr: new BigInt("1234567890") }
Dcomp-clss.params.yaml76 - { to_type: Object, expr: 1234567890n }
77 - { to_type: Object, expr: new BigInt("1234567890") }
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/07.widening_reference_conversion/assn_var/
Dassn-var.params.yaml76 - { to_type: Object, expr: 1234567890n }
77 - { to_type: Object, expr: new BigInt("1234567890") }
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/07.widening_reference_conversion/decl_field/
Ddecl-field.params.yaml76 - { to_type: Object, expr: 1234567890n }
77 - { to_type: Object, expr: new BigInt("1234567890") }
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/07.widening_reference_conversion/call_func/
Dcall-func.params.yaml76 - { to_type: Object, expr: 1234567890n }
77 - { to_type: Object, expr: new BigInt("1234567890") }
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/07.widening_reference_conversion/call_cons/
Dcall-cons.params.yaml76 - { to_type: Object, expr: 1234567890n }
77 - { to_type: Object, expr: new BigInt("1234567890") }

12