| /arkcompiler/ets_frontend/ets2panda/linter/test/main/ |
| D | class_as_object.ts.arkts2.json | 24 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)", 34 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)", 44 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)", 54 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)", 74 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)", 94 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)", 114 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)", 134 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)", 154 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)", 174 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)", [all …]
|
| D | imported_use_as_object.ts.json | 24 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)", 34 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)", 44 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)", 54 "rule": "Namespaces cannot be used as objects (arkts-no-ns-as-obj)", 64 "rule": "Namespaces cannot be used as objects (arkts-no-ns-as-obj)", 74 "rule": "Namespaces cannot be used as objects (arkts-no-ns-as-obj)", 84 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)", 94 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)", 104 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)", 114 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)", [all …]
|
| D | type_literals.ts.json | 24 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)", 34 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)", 44 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)", 54 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)", 64 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)", 74 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)", 84 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)", 94 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)", 104 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)", 114 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)", [all …]
|
| D | class_as_object.ts.json | 22 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)", 32 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)", 42 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)", 52 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)", 72 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)", 82 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)", 102 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)", 112 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)", 132 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)", 142 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)", [all …]
|
| D | sendable_class_decorator.sts | 35 @NonSendable // ERROR, only `@Sendable` can be used on a sendable class declaration 38 @SomeDecorator // ERROR, no decorators can be used in a sendable class 43 @SomeDecorator // ERROR, no decorators can be used in a sendable class 46 … myMethod2(@SomeDecorator param: string) {} // ERROR, no decorators can be used in a sendable class 48 @SomeDecorator // ERROR, no decorators can be used in a sendable class 52 @SomeDecorator // ERROR, no decorators can be used in a sendable class
|
| D | type_literals.ts.autofix.json | 31 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)", 48 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)", 70 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)", 92 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)", 114 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)", 131 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)", 148 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)", 170 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)", 187 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)", 209 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)", [all …]
|
| D | sendable_decorator_limited.ts.json | 24 …"rule": "The \"@Sendable\" decorator can only be used on \"class\", \"function\" and \"typeAlias\"… 34 …"rule": "The \"@Sendable\" decorator can only be used on \"class\", \"function\" and \"typeAlias\"… 44 …"rule": "The \"@Sendable\" decorator can only be used on \"class\", \"function\" and \"typeAlias\"… 54 …"rule": "The \"@Sendable\" decorator can only be used on \"class\", \"function\" and \"typeAlias\"… 64 …"rule": "The \"@Sendable\" decorator can only be used on \"class\", \"function\" and \"typeAlias\"… 74 …"rule": "The \"@Sendable\" decorator can only be used on \"class\", \"function\" and \"typeAlias\"…
|
| D | sendable_class_decorator.ts.json | 24 …"rule": "Only \"@Sendable\" decorator can be used on \"Sendable\" class (arkts-sendable-class-deco… 34 …"rule": "Only \"@Sendable\" decorator can be used on \"Sendable\" class (arkts-sendable-class-deco… 44 …"rule": "Only \"@Sendable\" decorator can be used on \"Sendable\" class (arkts-sendable-class-deco… 54 …"rule": "Only \"@Sendable\" decorator can be used on \"Sendable\" class (arkts-sendable-class-deco… 64 …"rule": "Only \"@Sendable\" decorator can be used on \"Sendable\" class (arkts-sendable-class-deco… 74 …"rule": "Only \"@Sendable\" decorator can be used on \"Sendable\" class (arkts-sendable-class-deco…
|
| D | sendable_decorator_limited.ts.autofix.json | 31 …"rule": "The \"@Sendable\" decorator can only be used on \"class\", \"function\" and \"typeAlias\"… 48 …"rule": "The \"@Sendable\" decorator can only be used on \"class\", \"function\" and \"typeAlias\"… 65 …"rule": "The \"@Sendable\" decorator can only be used on \"class\", \"function\" and \"typeAlias\"… 82 …"rule": "The \"@Sendable\" decorator can only be used on \"class\", \"function\" and \"typeAlias\"… 99 …"rule": "The \"@Sendable\" decorator can only be used on \"class\", \"function\" and \"typeAlias\"… 116 …"rule": "The \"@Sendable\" decorator can only be used on \"class\", \"function\" and \"typeAlias\"…
|
| /arkcompiler/ets_frontend/arkguard/ |
| D | OAT.xml | 27 "compatibility" is used to check license compatibility in the specified path; 28 "license" is used to check source license header in the specified path; 29 "copyright" is used to check source copyright header in the specified path; 30 … "import" is used to check source dependency in the specified path, such as import ... ,include ... 31 … "filetype" is used to check file type in the specified path, supported file types: archive, binary 32 …"filename" is used to check whether the specified file exists in the specified path(projectroot me… 33 …4. policyitem name: This field is used for define the license, copyright, "*" means match all, the… 34 …5. policyitem path: This field is used for define the source file scope to apply this policyitem, … 35 …6. policyitem rule and group: These two fields are used together to merge policy results. "may" po… 36 7. policyitem filefilter: Used to bind filefilter which define filter rules. [all …]
|
| /arkcompiler/runtime_core/static_core/ |
| D | OAT.xml | 27 "compatibility" is used to check license compatibility in the specified path; 28 "license" is used to check source license header in the specified path; 29 "copyright" is used to check source copyright header in the specified path; 30 … "import" is used to check source dependency in the specified path, such as import ... ,include ... 31 … "filetype" is used to check file type in the specified path, supported file types: archive, binary 32 …"filename" is used to check whether the specified file exists in the specified path(projectroot me… 33 …4. policyitem name: This field is used for define the license, copyright, "*" means match all, the… 34 …5. policyitem path: This field is used for define the source file scope to apply this policyitem, … 35 …6. policyitem rule and group: These two fields are used together to merge policy results. "may" po… 36 7. policyitem filefilter: Used to bind filefilter which define filter rules. [all …]
|
| /arkcompiler/toolchain/ |
| D | OAT.xml | 34 "compatibility" is used to check license compatibility in the specified path; 35 "license" is used to check source license header in the specified path; 36 "copyright" is used to check source copyright header in the specified path; 37 … "import" is used to check source dependency in the specified path, such as import ... ,include ... 38 … "filetype" is used to check file type in the specified path, supported file types: archive, binary 39 …"filename" is used to check whether the specified file exists in the specified path(support projec… 41 4. policyitem name: This field is used for define the license, copyright, "*" means match all, the … 42 5. policyitem path: This field is used for define the source file scope to apply this policyitem, t… 43 6. policyitem rule and group: These two fields are used together to merge policy results. "may" pol… 44 7. policyitem filefilter: Used to bind filefilter which define filter rules. [all …]
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | glossary.md | 7 the terms used mean. 12 compilation" are used to indicate that the source code or bytecode is compiled before actual 13 execution. In case of Panda Runtime, AOT compilation is used to compile Panda Bytecode into 20 used to represent input program and usually designed for analysis and optimization. 25 compilation" are used to indicate that the source code or bytecode is compiled during program 26 execution. In case of Panda Runtime, JIT compilation is used to compile Panda Bytecode into 44 * **Card table** used for marking cards. In general, it has one bit or byte (a byte used to 46 It can be used by both generational and concurrent collectors. 47 It can be used for tracking references from tenured generation to the young generation and 56 that it can prove will never be used again. [all …]
|
| /arkcompiler/runtime_core/docs/ |
| D | glossary.md | 7 the terms used mean. 12 compilation" are used to indicate that the source code or bytecode is compiled before actual 13 execution. In case of Panda Runtime, AOT compilation is used to compile Panda Bytecode into 20 used to represent input program and usually designed for analysis and optimization. 25 compilation" are used to indicate that the source code or bytecode is compiled during program 26 execution. In case of Panda Runtime, JIT compilation is used to compile Panda Bytecode into 44 * **Card table** used for marking cards. In general, it has one bit or byte (a byte used to 46 It can be used by both generational and concurrent collectors. 47 It can be used for tracking references from tenured generation to the young generation and 56 that it can prove will never be used again. [all …]
|
| /arkcompiler/runtime_core/ |
| D | OAT.xml | 27 "compatibility" is used to check license compatibility in the specified path; 28 "license" is used to check source license header in the specified path; 29 "copyright" is used to check source copyright header in the specified path; 30 … "import" is used to check source dependency in the specified path, such as import ... ,include ... 31 … "filetype" is used to check file type in the specified path, supported file types: archive, binary 32 …"filename" is used to check whether the specified file exists in the specified path(projectroot me… 33 …4. policyitem name: This field is used for define the license, copyright, "*" means match all, the… 34 …5. policyitem path: This field is used for define the source file scope to apply this policyitem, … 35 …6. policyitem rule and group: These two fields are used together to merge policy results. "may" po… 36 7. policyitem filefilter: Used to bind filefilter which define filter rules. [all …]
|
| /arkcompiler/ets_frontend/ |
| D | OAT.xml | 33 "compatibility" is used to check license compatibility in the specified path; 34 "license" is used to check source license header in the specified path; 35 "copyright" is used to check source copyright header in the specified path; 36 … "import" is used to check source dependency in the specified path, such as import ... ,include ... 37 … "filetype" is used to check file type in the specified path, supported file types: archive, binary 38 …"filename" is used to check whether the specified file exists in the specified path(support projec… 40 4. policyitem name: This field is used for define the license, copyright, "*" means match all, the … 41 5. policyitem path: This field is used for define the source file scope to apply this policyitem, t… 42 6. policyitem rule and group: These two fields are used together to merge policy results. "may" pol… 43 7. policyitem filefilter: Used to bind filefilter which define filter rules. [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/ts_import_ets/ts/ |
| D | test4.ts.json | 44 …"rule": "In ts files, \"Sendable\" types cannot be used in implements and extends clauses (arkts-n… 54 …"rule": "In ts files, \"Sendable\" types cannot be used in implements and extends clauses (arkts-n… 64 …"rule": "In ts files, \"Sendable\" types cannot be used in implements and extends clauses (arkts-n… 74 …"rule": "In ts files, \"Sendable\" types cannot be used in implements and extends clauses (arkts-n… 84 …"rule": "In ts files, \"Sendable\" types cannot be used in implements and extends clauses (arkts-n… 94 …"rule": "In ts files, \"Sendable\" types cannot be used in implements and extends clauses (arkts-n… 104 …"rule": "In ts files, \"Sendable\" types cannot be used in implements and extends clauses (arkts-n… 114 …"rule": "In ts files, \"Sendable\" types cannot be used in implements and extends clauses (arkts-n… 124 …"rule": "In ts files, \"Sendable\" types cannot be used in implements and extends clauses (arkts-n…
|
| /arkcompiler/ets_runtime/ |
| D | OAT.xml | 34 "compatibility" is used to check license compatibility in the specified path; 35 "license" is used to check source license header in the specified path; 36 "copyright" is used to check source copyright header in the specified path; 37 … "import" is used to check source dependency in the specified path, such as import ... ,include ... 38 … "filetype" is used to check file type in the specified path, supported file types: archive, binary 39 …"filename" is used to check whether the specified file exists in the specified path(support projec… 41 4. policyitem name: This field is used for define the license, copyright, "*" means match all, the … 42 5. policyitem path: This field is used for define the source file scope to apply this policyitem, t… 43 6. policyitem rule and group: These two fields are used together to merge policy results. "may" pol… 44 7. policyitem filefilter: Used to bind filefilter which define filter rules. [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/05.accesible/ |
| D | type_declaration_areas.sts | 20 …ered accessible if it belongs to the current scope (see Scopes) and means that its name can be used 22 - Type name is used to declare constants 23 - Function or method name is used to call the function or method 24 - Variable name is used to read or change the value of the variable;
|
| D | type_name_neg.sts | 20 …ered accessible if it belongs to the current scope (see Scopes) and means that its name can be used 22 - Type name is used to declare constants 23 - Function or method name is used to call the function or method 24 - Variable name is used to read or change the value of the variable
|
| D | type_name_interface_prop.sts | 20 …ered accessible if it belongs to the current scope (see Scopes) and means that its name can be used 22 - Type name is used to declare interface properties 23 - Function or method name is used to call the function or method 24 - Variable name is used to read or change the value of the variable
|
| D | type_name_class_field.sts | 20 …ered accessible if it belongs to the current scope (see Scopes) and means that its name can be used 22 - Type name is used to declare class fields 23 - Function or method name is used to call the function or method 24 - Variable name is used to read or change the value of the variable
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/rules/ |
| D | rule149.ts.json | 22 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)", 32 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)", 42 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)", 52 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)", 72 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)", 82 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)", 102 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)", 112 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)", 132 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)", 242 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)", [all …]
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/annotation_tests/ |
| D | annotationUsage_as_type07.sts | 26 /* @@? 23:25 Error TypeError: Annotations cannot be used as a type. */ 27 /* @@? 24:22 Error TypeError: Annotations cannot be used as a type. */ 28 /* @@? 23:48 Error TypeError: Annotations cannot be used as a type. */ 29 /* @@? 20:7 Error TypeError: Annotations cannot be used as a type. */
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit_ir_specification.md | 11 …on gate has multiple dependencies, an auxiliary gate `DEPEND_SELECTOR` is used to merge dependenci… 19 …) as input, and reinterpret it as a kind of memory dependency that can be used by computation gate… 53 * The 31st bit is used to distinguish between MIR type and TS type, `0` means TS type, `1` means MI… 55 * The 30th and 29th bits are used to indicate whether the output values of the MIR gates are GC rel… 61 * In the case of MIR type, the 1st bit in GateType is used to indicate whether there are output val… 99 | `RETURN_LIST` | not used | 112 | `THROW_LIST` | not used | 116 An ordinary state. Usually used as a placeholder. It will be eliminated by IR optimization. 125 | not used | not used | 138 | not used | not used | [all …]
|