| /arkcompiler/ets_runtime/test/aottest/ts_inline_accessor_symbol/ |
| D | expected_output.txt | 6 # http://www.apache.org/licenses/LICENSE-2.0 14 [trace] Check Type: PrototypeChanged2 15 [trace] Check Type: InconsistentHClass8 16 [trace] Check Type: InconsistentHClass13 17 [trace] Check Type: InconsistentHClass8 18 [trace] Check Type: InconsistentHClass13 19 [trace] Check Type: InconsistentHClass8 20 [trace] Check Type: InconsistentHClass13 21 [trace] Check Type: InconsistentHClass8 22 [trace] Check Type: InconsistentHClass13 [all …]
|
| /arkcompiler/ets_runtime/test/aottest/builtin_constructor/ |
| D | expect_output.txt | 6 # http://www.apache.org/licenses/LICENSE-2.0 14 [trace] Check Type: NewBuiltinCtorBoolean 15 [trace] Check Type: NewBuiltinCtorFail1 16 [trace] Check Type: NewBuiltinCtorFail1 17 [trace] Check Type: NewBuiltinCtorDate 18 [trace] Check Type: NewBuiltinCtorArray 19 [trace] Check Type: NewBuiltinCtorSet 20 [trace] Check Type: NewBuiltinCtorMap 21 [trace] Check Type: NewBuiltinCtorObject 22 [trace] Check Type: NewBuiltinCtorError [all …]
|
| /arkcompiler/ets_runtime/test/jittest/builtin_constructor/ |
| D | expect_output.txt | 6 # http://www.apache.org/licenses/LICENSE-2.0 34 [trace] Check Type: NewBuiltinCtorBoolean 35 [trace] Check Type: NewBuiltinCtorFail1 36 [trace] Check Type: NewBuiltinCtorFail1 37 [trace] Check Type: NewBuiltinCtorDate 38 [trace] Check Type: NewBuiltinCtorArray 39 [trace] Check Type: NewBuiltinCtorSet 40 [trace] Check Type: NewBuiltinCtorMap 41 [trace] Check Type: NewBuiltinCtorObject 42 [trace] Check Type: NewBuiltinCtorError [all …]
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSAnalyzerUnreachable.cpp | 7 * http://www.apache.org/licenses/LICENSE-2.0 21 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::NamedType *node) const in Check() function in ark::es2panda::checker::ETSAnalyzer 26 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::PrefixAssertionExpression *expr) const in Check() function in ark::es2panda::checker::ETSAnalyzer 31 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::Decorator *st) const in Check() function in ark::es2panda::checker::ETSAnalyzer 36 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::MetaProperty *expr) const in Check() function in ark::es2panda::checker::ETSAnalyzer 41 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ScriptFunction *node) const in Check() function in ark::es2panda::checker::ETSAnalyzer 46 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSIndexSignature *node) const in Check() function in ark::es2panda::checker::ETSAnalyzer 51 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSMethodSignature *node) const in Check() function in ark::es2panda::checker::ETSAnalyzer 56 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSPropertySignature *node) const in Check() function in ark::es2panda::checker::ETSAnalyzer 61 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSSignatureDeclaration *node) const in Check() function in ark::es2panda::checker::ETSAnalyzer [all …]
|
| D | TSAnalyzerUnreachable.cpp | 7 * http://www.apache.org/licenses/LICENSE-2.0 21 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::NamedType *node) const in Check() function in ark::es2panda::checker::TSAnalyzer 26 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::PrefixAssertionExpression *expr) const in Check() function in ark::es2panda::checker::TSAnalyzer 31 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ClassProperty *st) const in Check() function in ark::es2panda::checker::TSAnalyzer 36 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ClassStaticBlock *st) const in Check() function in ark::es2panda::checker::TSAnalyzer 41 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::Decorator *st) const in Check() function in ark::es2panda::checker::TSAnalyzer 46 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::MethodDefinition *node) const in Check() function in ark::es2panda::checker::TSAnalyzer 51 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::Property *expr) const in Check() function in ark::es2panda::checker::TSAnalyzer 56 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ScriptFunction *node) const in Check() function in ark::es2panda::checker::TSAnalyzer 61 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::SpreadElement *expr) const in Check() function in ark::es2panda::checker::TSAnalyzer [all …]
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | test-schema.json | 2 "type": "object", string 4 "file-name", 10 "file-name": { 11 "type": "string" string 14 "type": "boolean" string 17 "type": "boolean" string 20 "type": "object", string 28 "type": "string" string 31 "type": "string" string 34 "type": "array", string [all …]
|
| D | checkcast.yaml | 1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd. 6 # http://www.apache.org/licenses/LICENSE-2.0 15 - name: PandaAssembly_header 29 .record A <panda.annotation, panda.annotation.type=runtime> {} 31 - name: pandasm_header 44 - file-name: "checkcast" 46 title: Check cast 48 Resolve object type by specified id and if an object in accumulator can be cast to the 49 … resolved type, accumulator content remains unchanged. Otherwise ClassCastException is thrown. 51 - sig: checkcast type_id [all …]
|
| D | lda.obj.yaml | 1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd. 6 # http://www.apache.org/licenses/LICENSE-2.0 17 - file-name: lda.obj 22 - x_none 24 - file-name: op_p 27 - sig: lda.obj v:in:ref 30 check-type: none 31 code-template: | 35 # Check lda.obj for different type of arguments (empty object, with fields, statics, etc). 44 header-template: [] [all …]
|
| D | fcmpg.64.yaml | 1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd. 6 # http://www.apache.org/licenses/LICENSE-2.0 16 - file-name: fcmpg.64 18 title: Floating-point comparison 21 - x_none 23 - file-name: zero 26 - sig: fcmpg.64 v:in:f64 27 acc: inout:f64->i32 30 description: Check fcmpg.64 compares zero with other zero values. 31 code-template: | [all …]
|
| D | fcmpl.64.yaml | 1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd. 6 # http://www.apache.org/licenses/LICENSE-2.0 16 - file-name: fcmpl.64 18 title: Floating-point comparison 21 - x_none 23 - file-name: op_vs_8_zero 26 - sig: fcmpl.64 v:in:f64 27 acc: inout:f64->i32 30 description: Check fcmpl.64 compares zero with other zero values. 31 code-template: | [all …]
|
| D | fcmpl.yaml | 1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd. 6 # http://www.apache.org/licenses/LICENSE-2.0 16 - file-name: fcmpl 18 title: Floating-point comparison 21 - x_none 23 - file-name: zero 26 - sig: fcmpl v:in:f32 27 acc: inout:f32->i32 30 description: Check fcmpl compares zero with other zero values. 32 code-template: | [all …]
|
| D | fcmpg.yaml | 1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd. 6 # http://www.apache.org/licenses/LICENSE-2.0 16 - file-name: fcmpg 18 title: Floating-point comparison 21 - x_none 23 - file-name: zero 26 - sig: fcmpg v:in:f32 27 acc: inout:f32->i32 30 description: Check fcmpg compares zero with other zero values. 32 code-template: | [all …]
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | test-schema.json | 2 "type": "object", string 4 "file-name", 10 "file-name": { 11 "type": "string" string 14 "type": "boolean" string 17 "type": "boolean" string 20 "type": "object", string 28 "type": "string" string 31 "type": "string" string 34 "type": "array", string [all …]
|
| D | checkcast.yaml | 1 # Copyright (c) 2021-2024 Huawei Device Co., Ltd. 6 # http://www.apache.org/licenses/LICENSE-2.0 15 - name: pandasm_header 23 - file-name: "checkcast" 25 title: Check cast 27 Resolve object type by specified id and if an object in accumulator can be cast to the 28 … resolved type, accumulator content remains unchanged. Otherwise ClassCastException is thrown. 30 - sig: checkcast type_id 34 - file-name: "null_to_any_type_pa" 36 description: Check that null object reference can be cast to any type [all …]
|
| D | fcmpg.64.yaml | 1 # Copyright (c) 2021-2024 Huawei Device Co., Ltd. 6 # http://www.apache.org/licenses/LICENSE-2.0 16 - file-name: fcmpg.64 18 title: Floating-point comparison 21 - x_none 23 - file-name: zero 26 - sig: fcmpg.64 v:in:f64 27 acc: inout:f64->i32 30 description: Check fcmpg.64 compares zero with other zero values. 31 code-template: | [all …]
|
| D | fcmpl.64.yaml | 1 # Copyright (c) 2021-2024 Huawei Device Co., Ltd. 6 # http://www.apache.org/licenses/LICENSE-2.0 16 - file-name: fcmpl.64 18 title: Floating-point comparison 21 - x_none 23 - file-name: op_vs_8_zero 26 - sig: fcmpl.64 v:in:f64 27 acc: inout:f64->i32 30 description: Check fcmpl.64 compares zero with other zero values. 31 code-template: | [all …]
|
| D | fcmpg.yaml | 1 # Copyright (c) 2021-2024 Huawei Device Co., Ltd. 6 # http://www.apache.org/licenses/LICENSE-2.0 16 - file-name: fcmpg 18 title: Floating-point comparison 21 - x_none 23 - file-name: zero 26 - sig: fcmpg v:in:f32 27 acc: inout:f32->i32 30 description: Check fcmpg compares zero with other zero values. 32 code-template: | [all …]
|
| D | fcmpl.yaml | 1 # Copyright (c) 2021-2024 Huawei Device Co., Ltd. 6 # http://www.apache.org/licenses/LICENSE-2.0 16 - file-name: fcmpl 18 title: Floating-point comparison 21 - x_none 23 - file-name: zero 26 - sig: fcmpl v:in:f32 27 acc: inout:f32->i32 30 description: Check fcmpl compares zero with other zero values. 32 code-template: | [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/05.accessible/ |
| D | type_name_const.params.yaml | 1 # Copyright (c) 2024-2025 Huawei Device Co., Ltd. 6 # http://www.apache.org/licenses/LICENSE-2.0 14 --- 17 - decl: |- 18 type T = byte 20 check: |- 25 - decl: |- 26 type T = short 28 check: |- 33 - decl: |- [all …]
|
| D | type_name_variable.params.yaml | 1 # Copyright (c) 2024-2025 Huawei Device Co., Ltd. 6 # http://www.apache.org/licenses/LICENSE-2.0 14 --- 17 - decl: |- 18 type T = byte 19 check: |- 21 let a: T = 0x80 as byte; // -128 25 - decl: |- 26 type T = short 27 check: |- [all …]
|
| D | type_name_params.params.yaml | 1 # Copyright (c) 2024-2025 Huawei Device Co., Ltd. 6 # http://www.apache.org/licenses/LICENSE-2.0 14 --- 17 - decl: |- 18 type T = byte 19 check: |- 21 let a: T = 0x80 as byte; // -128 25 - decl: |- 26 type T = short 27 check: |- [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/ |
| D | union_type_error_assignment.params.yaml | 6 # http://www.apache.org/licenses/LICENSE-2.0 15 - desc: Union type exception assignment. 16 dec1: |- 17 type StringOrNumber = string | number; 19 check: |- 22 - desc: Union type exception assignment(array). 23 dec1: |- 24 type StringOrNumber = string | number; 26 check: |- 29 - desc: Union type exception assignment(Literal type out of bounds). [all …]
|
| D | union_type_assignment.params.yaml | 6 # http://www.apache.org/licenses/LICENSE-2.0 15 - desc: Basic union type. 16 dec1: |- 17 type StringOrNumber = string | number; 19 check: |- 23 - desc: Basic union type(number - int). 24 dec1: |- 25 type StringOrNumber = string | number; 27 check: |- 31 - desc: Basic union type(number calculation). [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/03.keyof_types/ |
| D | keyof_unsupported.params.yaml | 6 # http://www.apache.org/licenses/LICENSE-2.0 15 - decl: |- 17 check: |- 18 type t = keyof a 20 - decl: |- 22 check: |- 23 type t = keyof foo 25 - decl: |- 27 check: |- 28 type t = keyof foo() [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter/homecheck/ |
| D | ruleSet.json | 2 "plugin:@ArkTS-eslint/all": { 3 "@ArkTS-eslint/require-await-check": 2, 4 "@ArkTS-eslint/triple-slash-reference-check": 2, 5 "@ArkTS-eslint/restrict-template-expressions-check": 2, 6 "@ArkTS-eslint/restrict-plus-operands-check": 2, 7 "@ArkTS-eslint/switch-exhaustiveness-check": 2, 8 "@ArkTS-eslint/unified-signatures-check": 2, 9 "@ArkTS-eslint/no-regex-spaces-check": 2, 10 "@ArkTS-eslint/valid-typeof-check": 2, 11 "@ArkTS-eslint/array-type-check": 2, [all …]
|