| /arkcompiler/ets_runtime/test/moduletest/typedarrayat/ |
| D | typedarrayat.js | 134 uint32.fill(65536); 136 assert_equal(uint32.toString(),"65536,65536,65536,65536,65536,65536,65536,65536,65536,65536,65536");
|
| /arkcompiler/ets_runtime/test/moduletest/arrayRelease/ |
| D | arrayRelease.js | 26 length: 65536, 28 let str = "*".repeat(65536); 31 assert_equal(res.length, 65536 * 65536);
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/std/core/ |
| D | TypedArrayConstructorNumbersInts.ets | 30 const nums: FixedArray<number> = [1, 2, 3, 4, 5, Infinity, -Infinity, NaN, -1, -65536] 33 5 as int, -1 as int, -65536 as int 62 "1,2,3,4,5,0,0,0,-1,-65536", 67 "1,2,3,4,5,-1,-65536", 73 "1,2,3,4,5,Infinity,-Infinity,NaN,-1,-65536", 78 "1,2,3,4,5,-1,-65536", 84 "1,2,3,4,5,Infinity,-Infinity,NaN,-1,-65536", 89 "1,2,3,4,5,-1,-65536",
|
| /arkcompiler/ets_runtime/test/aottest/builtins_number2/ |
| D | pgo_expect_output.txt | 24 65536 true true 50 -65536 true true 66 65536 true true 92 -65536 true true
|
| D | expect_output.txt | 24 65536 true true 50 -65536 true true 66 65536 true true 92 -65536 true true
|
| D | builtins_number2.ts | 26 65536, // 2 ** 16 52 -65536, // - ( 2 ** 16 )
|
| /arkcompiler/ets_runtime/test/quickfix/multi_closureconstpool/ |
| D | expect_output.txt | 17 patch: 65536 25 base: 65536
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-common-tests/intrinsics/ |
| D | string_from_char_code.ets | 99 …arktest.assertEQ(string.fromCharCode(-65536, -65536), '\u{0}\u{0}', 'CharCode[0] of a string built… 100 arktest.assertEQ(string.fromCharCode(-65536, -65536).length, 2); 112 …arktest.assertEQ(string.fromCharCode(-65536), '\u{0}', 'CharCode[0] of a string built from -65536 … 113 arktest.assertEQ(string.fromCharCode(-65536).length, 1); 123 …arktest.assertEQ(string.fromCharCode(65536, 65536), '\u{0}\u{0}', 'CharCode[0] of a string built f… 124 arktest.assertEQ(string.fromCharCode(65536, 65536).length, 2); 132 …arktest.assertEQ(string.fromCharCode(65536), '\u{0}', 'CharCode[0] of a string built from 65536 mu… 133 arktest.assertEQ(string.fromCharCode(65536).length, 1); 224 …arktest.assertEQ(string.fromCharCode(65536, NaN), '\u{0}\u{0}', 'CharCode[0] of a string built fro… 225 arktest.assertEQ(string.fromCharCode(65536, NaN).length, 2);
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/03.types/References_Types/unions/ |
| D | union_cast_06.ets | 25 let a1: Margin = 65536 27 assertEQ( b1, 65536)
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/ |
| D | decl-field-n.params.yaml | 28 - { expr: 65536 as int, to_type: char } 41 - { expr: 65536 as long, to_type: char }
|
| D | decl-st-field-n.params.yaml | 28 - { expr: 65536 as int, to_type: char } 41 - { expr: 65536 as long, to_type: char }
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/ |
| D | comp-intf-n.params.yaml | 28 - { expr: 65536 as int, to_type: char } 41 - { expr: 65536 as long, to_type: char }
|
| D | comp-clss-n.params.yaml | 28 - { expr: 65536 as int, to_type: char } 41 - { expr: 65536 as long, to_type: char }
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_var/ |
| D | decl-var-n.params.yaml | 28 - { expr: 65536 as int, to_type: char } 41 - { expr: 65536 as long, to_type: char }
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_arr/ |
| D | comp-arr-n.params.yaml | 28 - { expr: 65536 as int, to_type: char } 41 - { expr: 65536 as long, to_type: char }
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_const/ |
| D | decl-const-n.params.yaml | 28 - { expr: 65536 as int, to_type: char } 41 - { expr: 65536 as long, to_type: char }
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/assn_var/ |
| D | assn-var-n.params.yaml | 28 - { expr: 65536 as int, to_type: char } 41 - { expr: 65536 as long, to_type: char }
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_meth/ |
| D | call-meth-n.params.yaml | 28 - { expr: 65536 as int, to_type: char } 41 - { expr: 65536 as long, to_type: char }
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_cons/ |
| D | call-cons-n.params.yaml | 28 - { expr: 65536 as int, to_type: char } 41 - { expr: 65536 as long, to_type: char }
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_lmbd/ |
| D | call-lmbd-n.params.yaml | 28 - { expr: 65536 as int, to_type: char } 41 - { expr: 65536 as long, to_type: char }
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_func/ |
| D | call-func-n.params.yaml | 28 - { expr: 65536 as int, to_type: char } 41 - { expr: 65536 as long, to_type: char }
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/ |
| D | bitwise_complement.params.yaml | 21 - { type: char, val: "c'\\uFFFF'", r: [5, 5, 5, -65536, 65535, -65536] }
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | ldarr.16.yaml | 56 - values: ['65536'] 78 - values: ['65536'] 220 - values: ['65535', '65536'] 223 - values: ['49151', '65536'] 677 - values: [65535, 65536] 680 - values: [65536, 0xFFFFFFFD] 685 - values: [65536, 0x80000002] 733 - values: [65535, 65536] 736 - values: [65536, 0xFFFFFFFD] 741 - values: [65536, 0x80000002]
|
| D | fldarr.32.yaml | 57 - values: ['65536'] 81 - values: ['65536'] 222 - values: ['65535', '65536'] 225 - values: ['49151', '65536'] 682 - values: [65535, 65536] 685 - values: [65536, 0xFFFFFFFD] 690 - values: [65536, 0x80000002] 739 - values: [65535, 65536] 742 - values: [65536, 0xFFFFFFFD] 747 - values: [65536, 0x80000002]
|
| D | ldarru.8.yaml | 59 - values: ['65536'] 83 - values: ['65536'] 229 - values: ['65535', '65536'] 232 - values: ['49151', '65536'] 690 - values: [65535, 65536] 693 - values: [65536, 0xFFFFFFFD] 698 - values: [65536, 0x80000002] 746 - values: [65535, 65536] 749 - values: [65536, 0xFFFFFFFD] 754 - values: [65536, 0x80000002]
|