| /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/ingoreFilenameList/ |
| D | ingoreTest262List.json | 416 …"language/expressions/class/elements/after-same-line-gen-grammar-privatename-identifier-semantics-… 417 "language/expressions/class/elements/after-same-line-gen-rs-field-identifier-initializer.js", 418 "language/expressions/class/elements/after-same-line-gen-rs-private-getter-alt.js", 419 "language/expressions/class/elements/after-same-line-gen-rs-private-method-alt.js", 420 "language/expressions/class/elements/after-same-line-gen-rs-private-setter.js", 421 "language/expressions/class/elements/after-same-line-gen-rs-private-setter-alt.js", 422 "language/expressions/class/elements/after-same-line-gen-rs-private-method.js", 423 "language/expressions/class/elements/after-same-line-gen-rs-field-identifier.js", 424 "language/expressions/class/elements/after-same-line-gen-rs-privatename-identifier.js", 425 …"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 …]
|
| D | test-list-test262-other-fastverify-qemu-aot-pgo-language-expressions-class-part1.txt | 478 test262/data/other_tests/language/expressions/class/elements/after-same-line-gen-computed-names.js 479 test262/data/other_tests/language/expressions/class/elements/after-same-line-gen-grammar-privatenam… 480 test262/data/other_tests/language/expressions/class/elements/after-same-line-gen-computed-symbol-na… 481 test262/data/other_tests/language/expressions/class/elements/after-same-line-gen-literal-names.js 482 test262/data/other_tests/language/expressions/class/elements/after-same-line-gen-literal-names-asi.… 483 test262/data/other_tests/language/expressions/class/elements/after-same-line-gen-private-method-get… 484 test262/data/other_tests/language/expressions/class/elements/after-same-line-gen-private-field-usag… 485 test262/data/other_tests/language/expressions/class/elements/after-same-line-gen-private-method-usa… 486 test262/data/other_tests/language/expressions/class/elements/after-same-line-gen-private-names.js 487 test262/data/other_tests/language/expressions/class/elements/after-same-line-gen-rs-field-identifie… [all …]
|
| D | test-list-test262-other-fastverify-qemu-aot-pgo-language-statements-class-part2.txt | 515 test262/data/other_tests/language/statements/class/elements/after-same-line-gen-computed-names.js 517 test262/data/other_tests/language/statements/class/elements/after-same-line-gen-literal-names-asi.js 518 test262/data/other_tests/language/statements/class/elements/after-same-line-gen-grammar-privatename… 519 test262/data/other_tests/language/statements/class/elements/after-same-line-gen-computed-symbol-nam… 520 test262/data/other_tests/language/statements/class/elements/after-same-line-gen-literal-names.js 521 test262/data/other_tests/language/statements/class/elements/after-same-line-gen-private-method-usag… 522 test262/data/other_tests/language/statements/class/elements/after-same-line-gen-private-method-gett… 523 test262/data/other_tests/language/statements/class/elements/after-same-line-gen-private-field-usage… 524 test262/data/other_tests/language/statements/class/elements/after-same-line-gen-private-names.js 525 test262/data/other_tests/language/statements/class/elements/after-same-line-gen-rs-field-identifier… [all …]
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/print_unobfuscation/unobfuscation_source/ |
| D | unobfudcation_source_expected_unobf.txt | 3 "sdk": "same as the system api names", 4 "lang": "same as the language keywords", 5 "conf": "same as the user-configured kept name", 6 "struct": "same as the ArkUI struct property", 7 "strProp": "same as the string property", 8 "exported": "same as the exported names and properties", 9 "enum": "same as the members in the enum"
|
| /arkcompiler/runtime_core/static_core/tests/test-lists/test262/ |
| D | test262-ignored-JIT-REPEATS.txt | 419 language/expressions/class/elements/after-same-line-gen-computed-names.js 420 language/expressions/class/elements/after-same-line-gen-computed-symbol-names.js 421 language/expressions/class/elements/after-same-line-gen-grammar-privatename-identifier-semantics-st… 422 language/expressions/class/elements/after-same-line-gen-literal-names.js 423 language/expressions/class/elements/after-same-line-gen-literal-names-asi.js 424 language/expressions/class/elements/after-same-line-gen-private-field-usage.js 425 language/expressions/class/elements/after-same-line-gen-private-method-getter-usage.js 426 language/expressions/class/elements/after-same-line-gen-private-method-usage.js 427 language/expressions/class/elements/after-same-line-gen-private-names.js 428 language/expressions/class/elements/after-same-line-gen-rs-field-identifier.js [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| D | ets_sync_primitives_test.cpp | 86 // Check both EtsMutex and ark::Class<Mutex> has the same number of fields 87 // and at the same offsets 94 // Check both EtsMutex and ark::Class<Mutex> has the same number of fields 95 // and at the same offsets 102 // Check both EtsEvent and ark::Class<Event> has the same number of fields 103 // and at the same offsets 110 // Check both EtsCondVar and ark::Class<CondVar> has the same number of fields 111 // and at the same offsets
|
| /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/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/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/03.types/08.reference_types/04.literal_types/ |
| D | operations_on_literal_types2.sts | 23 type VER = "top" | "middle" | "bottom"| "same"; 24 type HOR = "left" | "center" | "right"| "same"; 25 let s: string[] = ["left", "top", "center", "same", "bottom", "middle", "right"] 28 let i: (VER|HOR)[] = ["left", "top", "center", "same", "bottom", "middle", "right"]
|
| /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/runtime_core/static_core/plugins/ets/tests/ets_func_tests/escompat/ |
| D | DeepCopyTest.sts | 65 assertTrue(obj !== objCopy, "cloned object is the same as source object") 80 assertTrue(obj !== objCopy, "cloned object is the same as source object") 91 assertTrue(obj === objCopy, "returned object should be same as the source object") 106 assertTrue(obj !== objCopy, "cloned object is the same as source") 108 assertTrue(obj.next !== objCopy!.next, "one level nested object is the same as source") 148 assertTrue(objs !== objsCopy, "cloned array is the same as source array") 161 assertTrue(fnBox !== fnBoxCopy, "cloned object is the same as source object") 163 assertTrue(fnBox.fn!() == fnBoxCopy!.fn!(), "not the same results") 175 assertTrue(set !== setCopy, "cloned set is the same as source set") 176 assertTrue(set.size == setCopy!.size, "cloned set size is not the same as source set size") [all …]
|
| /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 …]
|
| /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/ets2panda/linter/test/rules/ |
| D | rule111.ts.json | 24 …tion members can be initialized only with compile time expressions of the same type (arkts-no-enum… 34 …tion members can be initialized only with compile time expressions of the same type (arkts-no-enum… 44 …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/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/ |
| 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_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.
|
| /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.
|