Home
last modified time | relevance | path

Searched full:either (Results 1 – 25 of 14648) sorted by relevance

12345678910>>...586

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat/
Descompat.cpp11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
90 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
96 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
102 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
108 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
114 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
120 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
126 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
132 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
138 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/
Dresult_type_bool_n.sts11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
23 …2. Widening primitive conversion (link to conv) is applied to convert either or both operands as s…
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.
Dresult_type_bool.sts11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
23 …2. Widening primitive conversion (link to conv) is applied to convert either or both operands as s…
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.
Dresult_type_cond.sts11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
23 …2. Widening primitive conversion (link to conv) is applied to convert either or both operands as s…
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.
Dresult_type_arith_n.sts11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
23 …2. Widening primitive conversion (link to conv) is applied to convert either or both operands as s…
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.
Dresult_type_arith.sts11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
23 …2. Widening primitive conversion (link to conv) is applied to convert either or both operands as s…
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.
Dresult_type_bitwise.sts11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
23 …2. Widening primitive conversion (link to conv) is applied to convert either or both operands as s…
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.
/arkcompiler/ets_runtime/test/moduletest/objectdefineproperties/
Dexpect_output.txt10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 TypeError: either Value or Writable is present
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_cfg.h11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
33 * The last instruction in bb is either conditional or unconditional jump.
41 * The last instruction in bb is either conditional or unconditional jump.
49 * The last instruction in bb is either a conditional or an unconditional jump.
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/
DobjectLiteralBadKey.sts11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
23 /* @@@ label Error TypeError: key in class composite should be either identifier or string literal …
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/
DtryBlockOnly.sts11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22 /* @@@ label Error SyntaxError: A try statement should contain either finally clause or at least on…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/08.statements/09.for_of_statements/
Dfor_of_neg.sts11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 desc: In a 'for-of' statement type 'expr' must be either array or string.
Dfor_of.sts11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 desc: In a 'for-of' statement type 'expr' must be either array or string, or an instance of iterabl…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.method_body/
Dabstract_method_declaration_with_block.sts11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 assert: It is a compile-time error if a method declaration is either abstract or native and has a b…
Dnative_method_declaration_with_block.sts11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 assert: It is a compile-time error if a method declaration is either abstract or native and has a b…
Dmethod_declaration_with_block.sts11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 assert: A method body is either a block of code that implements the method or simply a semicolon, i…
Dmethod_declaration_with_semicolon.sts11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 assert: A method body is either a block of code that implements the method or simply a semicolon, i…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/
Daccess_modifiers.sts11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20 assert: Members and constructors may have either private, internal, internal protected, protected o…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/03.field_initialization/
Dnon_static_field_initialization_reference.sts11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 …ass or interface C, it is a compile-time error if. The reference appears either in a non-static va…
Dstatic_field_initialization_reference.sts11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 …ass or interface C, it is a compile-time error if. The reference appears either in a static variab…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/08.statements/15.try_statements/
Dtry_n.sts11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19 A try statement must contain either a finally clause, or at least one catch clause.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/07.reference_equality/
Dtype_conversion_of_one_operand_to_another_type.sts11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 desc: A compile-time error occurs if casting conversion cannot convert the type of either operand t…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/
Dinheritance_fields_with_same_name.sts11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 assert: It is possible for a class to inherit more than one field with the same name, either from i…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/05.callable_types/01.callable_types_with_invoke_method/
Dct_invoke_access.sts11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20 in a type call expression in either case above. If the signature has
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/
Dabstract_method_inheritance_by_non_abstract_class.sts11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 …bstract member methods of each direct superinterface must be implemented either by a declaration i…

12345678910>>...586