| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/strings/ |
| D | string_compare_to.sts | 30 [ "A", "A", 0 ], // same str latin -> EQ 33 [ "A", "AAA", -1 ], // same prefix -> LT 34 [ "AAA", "A", 1 ], // same prefix ->GT 35 [ "AAA", "AAA", 0 ], // same 3c str -> EQ 36 [ "AAAA", "AAAA", 0 ], // same 4c str -> EQ 39 [ "AAAA", "AAAAA", -1 ], // same prefix 4c vs 5c -> LT 40 [ "AAAAA", "AAAA", 1 ], // same prefix 5c vs 4c -> GT 41 [ "AAAAX", "AAAAX", 0 ], // same 5c str -> EQ 42 [ "AAAAA", "AAAAX", -1], // same 5c str -> LT 43 [ "AAAAX", "AAAAA", 1 ], // same 5c str -> EQ [all …]
|
| /arkcompiler/ets_frontend/arkguard/src/configs/test262filename/ |
| D | filterFilenameList.json | 406 …"language/expressions/class/elements/after-same-line-gen-grammar-privatename-identifier-semantics-… 407 "language/expressions/class/elements/after-same-line-gen-rs-field-identifier-initializer.js", 408 "language/expressions/class/elements/after-same-line-gen-rs-private-getter-alt.js", 409 "language/expressions/class/elements/after-same-line-gen-rs-private-method-alt.js", 410 "language/expressions/class/elements/after-same-line-gen-rs-private-setter.js", 411 "language/expressions/class/elements/after-same-line-gen-rs-private-setter-alt.js", 412 "language/expressions/class/elements/after-same-line-gen-rs-private-method.js", 413 "language/expressions/class/elements/after-same-line-gen-rs-field-identifier.js", 414 "language/expressions/class/elements/after-same-line-gen-rs-privatename-identifier.js", 415 …"language/expressions/class/elements/after-same-line-gen-rs-privatename-identifier-initializer.js", [all …]
|
| /arkcompiler/ets_frontend/test262/ |
| D | es2022_tests.txt | 211 language/expressions/class/elements/after-same-line-method-rs-field-identifier.js 214 language/expressions/class/elements/after-same-line-static-async-gen-computed-names.js 216 language/expressions/class/elements/same-line-async-gen-rs-field-identifier-initializer.js 226 language/expressions/class/elements/after-same-line-method-computed-names.js 227 language/expressions/class/elements/same-line-async-gen-literal-names-asi.js 228 language/expressions/class/elements/after-same-line-static-async-gen-literal-names.js 231 language/expressions/class/elements/same-line-async-method-literal-names-asi.js 234 language/expressions/class/elements/after-same-line-static-async-gen-rs-field-identifier.js 235 language/expressions/class/elements/after-same-line-method-literal-names-asi.js 237 language/expressions/class/elements/after-same-line-static-method-literal-names.js [all …]
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/test-lists/test262/ |
| D | test262-ignored-JIT-REPEATS.txt | 2015 language/expressions/class/elements/after-same-line-gen-computed-names.js 2016 language/expressions/class/elements/after-same-line-gen-computed-symbol-names.js 2017 language/expressions/class/elements/after-same-line-gen-grammar-privatename-identifier-semantics-st… 2018 language/expressions/class/elements/after-same-line-gen-literal-names-asi.js 2019 language/expressions/class/elements/after-same-line-gen-literal-names.js 2020 language/expressions/class/elements/after-same-line-gen-private-field-usage.js 2021 language/expressions/class/elements/after-same-line-gen-private-method-getter-usage.js 2022 language/expressions/class/elements/after-same-line-gen-private-method-usage.js 2023 language/expressions/class/elements/after-same-line-gen-private-names.js 2024 language/expressions/class/elements/after-same-line-gen-rs-field-identifier-initializer.js [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/ |
| D | implements_same_interface_with_diferent_parameters.sts | 17 desc: Implement interface with same parameters. 18 …same time be a subtype of two interface types which are different parameterizations of the same ge…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/ |
| D | override_compatible_signature.params.yaml | 67 # same arguments 3:3 79 # same type parameters number 91 # same type parameters number, same parameters in override 103 # same type parameters number, same parameters in prototype 1 115 # same type parameters number, same parameters in prototype 2 127 # same type parameters number, different parameters
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/07.function_and_method_overloading/04.declaration_distinguishable_by_signatures/ |
| D | dist.sts | 19 Declarations with the same name are distinguishable by signatures if: 20 - They are functions with the same name, but their signatures are not override-equivalent. 21 - They are methods with the same name, but their signatures are not override-equivalent. 22 - They are constructors of the same class, but their signatures are not override-equivalent.
|
| /arkcompiler/runtime_core/static_core/verification/ |
| D | TODO.txt | 3 …rification of method put under lock to exclude double verification at the same time, or make verif… 4 …(? is writing to the field at the same time from different thread same value needs to be synced, m… 20 - done Introduce the same mechanism in checkcast
|
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe102.md | 1 # Interface can not extend interfaces with the same method 3 Rule ``arkts-no-extend-same-prop`` 7 In TypeScript, an interface that extends two other interfaces with the same method 10 signatures that are not distinguishable, e.g., two methods that have the same
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | isinstance.yaml | 31 …Object of type O is instance of type T if O is the same as T or is subtype of T. For arrays T shou… 32 …type in type hierarchy or T is such array that O array elements are the same or subtype of T array… 163 …Object of type O is instance of type T if O is the same as T or is subtype of T. For arrays T shou… 164 …type in type hierarchy or T is such array that O array elements are the same or subtype of T array… 179 # O and T are of the same type, std object 185 # O and T are of the same type, custom object 191 # O and T are of the same type, string 196 # O and T are of the same type, type 225 # O and T are of the same type, both arrays, std object 233 # O and T are of the same type, both arrays, custom object [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/07.function_and_method_overloading/01.function_overloading/ |
| D | fn_overloading_n.sts | 19 If two functions declared in the same declaration space 20 have the same name but different signatures that are not 22 params: same-signature functions
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | isinstance.yaml | 53 …Object of type O is instance of type T if O is the same as T or is subtype of T. For arrays T shou… 54 …type in type hierarchy or T is such array that O array elements are the same or subtype of T array… 330 …Object of type O is instance of type T if O is the same as T or is subtype of T. For arrays T shou… 331 …type in type hierarchy or T is such array that O array elements are the same or subtype of T array… 347 # O and T are of the same type, std object 353 # O and T are of the same type, custom object 359 # O and T are of the same type, string 364 # O and T are of the same type, type 393 # O and T are of the same type, both arrays, std object 401 # O and T are of the same type, both arrays, custom object [all …]
|
| D | checkcast.yaml | 245 … description: Object of type O can be cast to type T if O is the same as T or is subtype of T. 289 … description: Object of type O can be cast to type T if O is the same as T or is subtype of T. 346 … description: Object of type O can be cast to type T if O is the same as T or is subtype of T. 390 … description: Object of type O can be cast to type T if O is the same as T or is subtype of T. 448 … description: Object of type O can be cast to type T if O is the same as T or is subtype of T. 488 …Object of type O can be cast to type T if O is the same as T or is subtype of T. For arrays O can … 489 …s a root type in type hierarchy or T is such array that O array elements are the same or subtype of 526 …Object of type O can be cast to type T if O is the same as T or is subtype of T. For arrays O can … 527 …s a root type in type hierarchy or T is such array that O array elements are the same or subtype of 571 …s a root type in type hierarchy or T is such array that O array elements are the same or subtype of [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter/test_rules/ |
| D | rule111.ts.json | 22 …tion members can be initialized only with compile time expressions of the same type (arkts-no-enum… 29 …tion members can be initialized only with compile time expressions of the same type (arkts-no-enum… 36 …tion members can be initialized only with compile time expressions of the same type (arkts-no-enum…
|
| D | rule30_5.sts | 49 y2 = x2 // ok, both are of the same type 52 y1 = x1 // ok, both are of the same type 55 x1 = y1 // ok, both are of the same type
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/requirements_in_overriding_and_hiding/ |
| D | declaring_methods.sts | 17 desc: Declaring method with same name. 18 …same name. m2 is accessible from T . The signature of m1 is not a subsignature of the signature of…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/08.method_overload_signatures/ |
| D | method_overload_0.sts | 17 desc: Overload two methods in same class. 18 … (whether both declared in the same class, or both inherited by a class, or one declared and one i…
|
| /arkcompiler/ets_frontend/es2panda/test/ |
| D | test262skiplist.txt | 752 built-ins/TypedArray/prototype/set/BigInt/typedarray-arg-set-values-diff-buffer-same-type-sab.js 753 built-ins/TypedArray/prototype/set/BigInt/typedarray-arg-set-values-diff-buffer-same-type.js 754 built-ins/TypedArray/prototype/set/BigInt/typedarray-arg-set-values-same-buffer-same-type-sab.js 755 built-ins/TypedArray/prototype/set/BigInt/typedarray-arg-set-values-same-buffer-same-type.js 767 built-ins/TypedArray/prototype/slice/BigInt/results-with-same-length.js 789 built-ins/TypedArray/prototype/sort/BigInt/return-same-instance.js 795 built-ins/TypedArray/prototype/subarray/BigInt/result-is-new-instance-from-same-ctor.js 799 built-ins/TypedArray/prototype/subarray/BigInt/results-with-same-length.js 925 intl402/BigInt/prototype/toLocaleString/returns-same-results-as-NumberFormat.js 928 intl402/BigInt/prototype/toLocaleString/throws-same-exceptions-as-NumberFormat.js [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/ |
| D | overload_equivalent_example_0.sts | 21 same position in S2 is any reference type or type parameter; 22 …ter type at some position in S1 is a generic type G <T1, ..., Tn>, and a parameter type at the same 24 … • All other parameter types in S1 are equal to parameter types in the same positions in S2.
|
| D | overload_equivalent_example_1.sts | 21 same position in S2 is any reference type or type parameter; 22 …ter type at some position in S1 is a generic type G <T1, ..., Tn>, and a parameter type at the same 24 … • All other parameter types in S1 are equal to parameter types in the same positions in S2.
|
| D | overload_equivalent_example_6.sts | 21 same position in S2 is any reference type or type parameter; 22 …ter type at some position in S1 is a generic type G <T1, ..., Tn>, and a parameter type at the same 24 … • All other parameter types in S1 are equal to parameter types in the same positions in S2.
|
| D | overload_equivalent_example_4.sts | 21 same position in S2 is any reference type or type parameter; 22 …ter type at some position in S1 is a generic type G <T1, ..., Tn>, and a parameter type at the same 24 … • All other parameter types in S1 are equal to parameter types in the same positions in S2.
|
| D | overload_equivalent_example_2.sts | 21 same position in S2 is any reference type or type parameter; 22 …ter type at some position in S1 is a generic type G <T1, ..., Tn>, and a parameter type at the same 24 … • All other parameter types in S1 are equal to parameter types in the same positions in S2.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/ |
| D | function_argument_equivalent_neg_n2.sts | 23 same position in S2 is any reference type or type parameter; 24 …ter type at some position in S1 is a generic type G <T1, ..., Tn>, and a parameter type at the same 26 • All other parameter types in S1 are equal to parameter types in the same positions in S2.
|
| D | function_argument_equivalent_neg.sts | 23 same position in S2 is any reference type or type parameter; 24 …ter type at some position in S1 is a generic type G <T1, ..., Tn>, and a parameter type at the same 26 • All other parameter types in S1 are equal to parameter types in the same positions in S2.
|