| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/ |
| D | generic_interface_constraint.params.yaml | 3 # you may not use this file except in compliance with the License. 17 use: Int 19 use: Double 21 use: '"a"' 23 use: I1 25 use: I1 27 use: I2 29 use: byte 31 use: short 33 use: int [all …]
|
| /arkcompiler/ets_frontend/es2panda/test/version_control/API12beta1_and_beta2/bytecode_feature/ |
| D | wide_sendable_lexical_env.ts | 4 * you may not use this file except in compliance with the License. 19 "use sendable"; 26 "use sendable"; 33 "use sendable"; 40 "use sendable"; 47 "use sendable"; 54 "use sendable"; 61 "use sendable"; 68 "use sendable"; 75 "use sendable"; [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/ |
| D | generic_class_constraint.params.yaml | 3 # you may not use this file except in compliance with the License. 24 use: Int 26 use: Double 28 use: '"a"' 30 use: byte 32 use: short 34 use: int 36 use: long 38 use: float 40 use: double [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/03.using_types/01.readonly_array_and_tuple_type/ |
| D | array_readonly.params.yaml | 3 # you may not use this file except in compliance with the License. 17 use: 1 19 use: 1 21 use: 1 23 use: 1 25 use: 1.0 27 use: 1.0 29 use: "c'1'" 31 use: "true" 33 use: 1 [all …]
|
| D | tuple_readonly.params.yaml | 3 # you may not use this file except in compliance with the License. 17 use: 1 19 use: 1 21 use: 1 23 use: 1 25 use: 1.0 27 use: 1.0 29 use: "c'1'" 31 use: "true" 33 use: 1 [all …]
|
| D | tuple_readonly_n.params.yaml | 3 # you may not use this file except in compliance with the License. 17 use: 1 19 use: 1 21 use: 1 23 use: 1 25 use: 1.0 27 use: 1.0 29 use: "'1'" 31 use: "true" 33 use: 1 [all …]
|
| D | array_readonly_n.params.yaml | 3 # you may not use this file except in compliance with the License. 17 use: 1 19 use: 1 21 use: 1 23 use: 1 25 use: 1.0 27 use: 1.0 29 use: "'1'" 31 use: "true" 33 use: 1 [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/ |
| D | generic_function_constraint.params.yaml | 3 # you may not use this file except in compliance with the License. 17 use: Int 20 use: Double 23 use: '"a"' 26 use: byte 29 use: short 32 use: int 35 use: long 38 use: float 41 use: double [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/ |
| D | generic_method_with_body_constraint.params.yaml | 3 # you may not use this file except in compliance with the License. 22 use: Int 27 use: Double 32 use: '"a"' 36 use: byte 40 use: short 44 use: int 48 use: long 52 use: float 56 use: double [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/08.equality_with_null_or_undefined/ |
| D | null_and_undefined_equality.params.yaml | 3 # you may not use this file except in compliance with the License. 16 - use: |- 20 - use: |- 26 use: |- 32 use: |- 38 use: |- 44 use: |- 50 use: |- 56 use: |- 60 - use: |- [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/09.type_never/ |
| D | never_class_instance_neg.params.yaml | 3 # you may not use this file except in compliance with the License. 16 - use: |- 19 - use: |- 23 - use: |- 26 - use: |- 29 - use: |- 32 - use: |- 35 - use: |- 38 - use: |- 42 - use: |- [all …]
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/lexicalEnv/classEnv/ |
| D | constructor-try-catch-nosuper-exception-expected.txt | 1 ReferenceError: undefinedsub-class must call super before use 'this' 2 ReferenceError: undefinedsub-class must call super before use 'this' 3 ReferenceError: undefinedsub-class must call super before use 'this' 4 ReferenceError: undefinedsub-class must call super before use 'this' 5 ReferenceError: undefinedsub-class must call super before use 'this' 6 ReferenceError: undefinedsub-class must call super before use 'this' 7 ReferenceError: undefinedsub-class must call super before use 'this' 8 ReferenceError: undefinedsub-class must call super before use 'this' 9 ReferenceError: undefinedsub-class must call super before use 'this' 10 ReferenceError: undefinedsub-class must call super before use 'this'
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_incorrect_conversion_types/ts_to_arkts/ |
| D | incorrect_conversion_types.cpp | 4 * you may not use this file except in compliance with the License. 25 // NOLINTNEXTLINE(modernize-use-auto) in TEST_F() 31 // NOLINTNEXTLINE(modernize-use-auto) in TEST_F() 37 // NOLINTNEXTLINE(modernize-use-auto) in TEST_F() 43 // NOLINTNEXTLINE(modernize-use-auto) in TEST_F() 49 // NOLINTNEXTLINE(modernize-use-auto) in TEST_F() 55 // NOLINTNEXTLINE(modernize-use-auto) in TEST_F() 61 // NOLINTNEXTLINE(modernize-use-auto) in TEST_F() 67 // NOLINTNEXTLINE(modernize-use-auto) in TEST_F() 73 // NOLINTNEXTLINE(modernize-use-auto) in TEST_F() [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/ |
| D | interface_args_neg.params.yaml | 3 # you may not use this file except in compliance with the License. 17 - use: |- 20 - use: |- 23 - use: |- 27 - use: |- 31 - use: |- 36 - use: |- 40 - use: |- 44 - use: |- 47 - use: |- [all …]
|
| D | constr_args1.params.yaml | 3 # you may not use this file except in compliance with the License. 17 - use: |- 20 - use: |- 23 - use: |- 26 - use: |- 30 - use: |- 34 - use: |- 39 - use: |- 42 - use: |- 45 - use: |- [all …]
|
| D | class_args.params.yaml | 3 # you may not use this file except in compliance with the License. 17 - use: |- 20 - use: |- 24 - use: |- 27 - use: |- 30 - use: |- 35 - use: |- 38 - use: |- 42 - use: |- 46 - use: |- [all …]
|
| D | constr_args1_neg.params.yaml | 3 # you may not use this file except in compliance with the License. 17 - use: |- 20 - use: |- 23 - use: |- 26 - use: |- 30 - use: |- 35 - use: |- 38 - use: |- 43 - use: |- 46 - use: |- [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/08.statements/05.if_statements/ |
| D | if2.params.yaml | 3 # you may not use this file except in compliance with the License. 16 - use: |- 22 - use: |- 28 - use: |- 35 - use: |- 42 - use: |- 49 - use: |- 58 - use: |- 70 - use: |- 78 - use: |- [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/ |
| D | ut_n.params.yaml | 3 # you may not use this file except in compliance with the License. 20 use: '' 24 use: '' 28 use: '' 33 use: '' 39 use: '' 44 use: |- 50 use: '' 54 use: '' 58 use: '' [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/ |
| D | arr_inf2.params.yaml | 3 # you may not use this file except in compliance with the License. 16 - use: |- 20 - use: |- 24 - use: |- 28 - use: |- 32 - use: |- 38 use: |- 42 - use: |- 46 - use: |- 62 use: |- [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/ |
| D | fixed_array.params.yaml | 3 # you may not use this file except in compliance with the License. 16 - use: |- 18 - use: |- 20 - use: |- 22 - use: |- 24 - use: |- 26 - use: |- 28 - use: |- 30 - use: |- 32 - use: |- [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates_deprecated/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/ |
| D | generic_interface_constraint.params.yaml | 3 # you may not use this file except in compliance with the License. 17 use: Int 20 use: Byte 23 use: Short 26 use: Long 29 use: Float 32 use: Double 35 use: Boolean 38 use: Char 41 use: Number [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates_deprecated/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/ |
| D | generic_function_constraint.params.yaml | 3 # you may not use this file except in compliance with the License. 17 use: Int 20 use: Byte 23 use: Short 26 use: Long 29 use: Float 32 use: Double 35 use: Boolean 38 use: Char 41 use: Number [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/08.statements/07.while_statements_and_do_statements/ |
| D | neg.params.yaml | 3 # you may not use this file except in compliance with the License. 16 - use: |- 20 - use: |- 24 - use: |- 28 - use: |- 32 - use: |- 36 - use: |- 40 - use: |- 44 - use: |- 48 - use: |- [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/ |
| D | constructor_overload.params.yaml | 3 # you may not use this file except in compliance with the License. 18 use: |- 27 use: |- 36 use: |- 45 use: |- 51 use: |- 57 use: |- 63 use: |- 69 use: |- 76 use: |- [all …]
|