| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/ |
| D | result_type_bool_n.sts | 24 • If either operand is of type double, the other is converted to double. 25 • Otherwise, if either operand is of type float, the other is converted to float. 26 • Otherwise, if either operand is of type long, the other is converted to long. 27 • Otherwise, both operands are converted to type int.
|
| D | result_type_bool.sts | 24 • If either operand is of type double, the other is converted to double. 25 • Otherwise, if either operand is of type float, the other is converted to float. 26 • Otherwise, if either operand is of type long, the other is converted to long. 27 • Otherwise, both operands are converted to type int.
|
| D | result_type_cond.sts | 24 • If either operand is of type double, the other is converted to double. 25 • Otherwise, if either operand is of type float, the other is converted to float. 26 • Otherwise, if either operand is of type long, the other is converted to long. 27 • Otherwise, both operands are converted to type int.
|
| D | result_type_arith_n.sts | 24 • If either operand is of type double, the other is converted to double. 25 • Otherwise, if either operand is of type float, the other is converted to float. 26 • Otherwise, if either operand is of type long, the other is converted to long. 27 • Otherwise, both operands are converted to type int.
|
| D | result_type_arith.sts | 24 • If either operand is of type double, the other is converted to double. 25 • Otherwise, if either operand is of type float, the other is converted to float. 26 • Otherwise, if either operand is of type long, the other is converted to long. 27 • Otherwise, both operands are converted to type int.
|
| D | result_type_bitwise.sts | 24 • If either operand is of type double, the other is converted to double. 25 • Otherwise, if either operand is of type float, the other is converted to float. 26 • Otherwise, if either operand is of type long, the other is converted to long. 27 • Otherwise, both operands are converted to type int.
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | utf_helper_test.cpp | 286 * @tc.desc: Enter a string of UTF16 coded sequences and return the length of the sequence converted… 465 * @tc.desc: Enter a string of UTF8 coded sequences and return the length of the sequence converted … 673 size_t converted = Utf8ToUtf16Size(reinterpret_cast<const uint8_t*>(utf8.data()), utf8.size()); in HWTEST_F_L0() local 674 utf16.resize(converted); in HWTEST_F_L0() 687 size_t converted = Utf8ToUtf16Size(reinterpret_cast<const uint8_t*>(utf8.data()), utf8.size()); in HWTEST_F_L0() local 688 utf16.resize(converted); in HWTEST_F_L0() 701 size_t converted = Utf8ToUtf16Size(reinterpret_cast<const uint8_t*>(utf8.data()), utf8.size()); in HWTEST_F_L0() local 702 utf16.resize(converted); in HWTEST_F_L0() 715 size_t converted = Utf8ToUtf16Size(reinterpret_cast<const uint8_t*>(utf8.data()), utf8.size()); in HWTEST_F_L0() local 716 utf16.resize(converted); in HWTEST_F_L0() [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/ |
| D | StringBuilder.sts | 77 * @param o object that will be converted to a string 183 * @param i value to be converted 192 * @param i value to be converted 201 * @param i value to be converted 210 * @param i value to be converted 219 * @param i value to be converted 228 * @param i value to be converted 237 * @param i value to be converted 248 * @param i value to be converted
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/ |
| D | 6_conversions.rst | 237 type* or can be converted to the *target type* by using one of the conversions 298 - The operand of a nullish type that has a nullish value is converted as 301 - The operand ``null`` is converted to string ``null``. 302 - The operand ``undefined`` is converted to string ``undefined``. 304 - An operand of a reference type or ``enum`` type is converted by applying the 308 is converted to type ``string`` with a value that represents the operand in 312 is converted to type ``string`` with a value that represents the operand in 315 - An operand of type ``boolean`` is converted to type ``string`` with the 318 - An operand of type ``char`` is converted by using :ref:`Character to String Conversions`; 320 - An operand of enumeration type (see :ref:`Enumerations`) is converted to [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.narrowing_reference_casting_conversions/ |
| D | cce_2.sts | 19 if the type of a converted expression cannot be converted to the
|
| D | pos_4a.sts | 19 if the type of a converted expression cannot be converted to the
|
| D | pos_3a.sts | 19 if the type of a converted expression cannot be converted to the
|
| D | cce_3.sts | 19 if the type of a converted expression cannot be converted to the
|
| D | pos_2.sts | 19 if the type of a converted expression cannot be converted to the
|
| D | pos_4.sts | 19 if the type of a converted expression cannot be converted to the
|
| D | pos_4b.sts | 19 if the type of a converted expression cannot be converted to the
|
| D | cce_2b.sts | 19 if the type of a converted expression cannot be converted to the
|
| D | cce_2a.sts | 19 if the type of a converted expression cannot be converted to the
|
| D | pos_3.sts | 19 if the type of a converted expression cannot be converted to the
|
| D | cce_1.sts | 19 if the type of a converted expression cannot be converted to the
|
| D | cce_1a.sts | 19 if the type of a converted expression cannot be converted to the
|
| D | cce_3a.sts | 19 if the type of a converted expression cannot be converted to the
|
| D | cce_4.sts | 19 if the type of a converted expression cannot be converted to the
|
| D | cce_5.sts | 19 if the type of a converted expression cannot be converted to the
|
| D | cce_4a.sts | 19 if the type of a converted expression cannot be converted to the
|