Home
last modified time | relevance | path

Searched full:limited (Results 1 – 25 of 110) sorted by relevance

12345

/arkcompiler/ets_frontend/ets2panda/linter/test/main/
Des_object.ts.json34 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)",
44 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)",
54 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)",
64 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)",
74 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)",
84 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)",
94 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)",
104 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)",
114 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)",
124 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)",
[all …]
Des_object.ts.arkts2.json34 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)",
44 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)",
54 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)",
64 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)",
74 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)",
84 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)",
94 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)",
104 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)",
114 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)",
124 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)",
[all …]
Dlimited_stdlib_api.ts.arkts2.json24 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)",
34 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)",
54 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)",
74 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)",
84 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)",
94 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)",
114 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)",
124 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)",
134 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)",
144 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)",
[all …]
Dlimited_stdlib_api.ts.json24 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)",
34 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)",
44 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)",
64 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)",
74 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)",
84 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)",
104 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)",
114 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)",
124 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)",
134 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)",
[all …]
Dfunc_return_type.ts.json24 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)",
34 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)",
44 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)",
54 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)",
64 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)",
74 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)",
84 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)",
164 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)",
174 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)",
184 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)",
[all …]
Dsendable_class_initialization.sts25 prop3: SendableClass9 = {a: 1}; // ERROR, the initialization for "Sendable" objects is limited
26 prop4: SendableClass9 = [1, 2]; // ERROR, the initialization for "Sendable" objects is limited
27 …endableClass9 | T | BigInt = {a: 1}; // ERROR, the initialization for "Sendable" objects is limited
28 …ndableClass9 | T | BigInt = [1, 2]; // ERROR, the initialization for "Sendable" objects is limited
33 let v2: SendableClass9 = {a: 1}; // ERROR, the initialization for "Sendable" objects is limited
34 let v3: SendableClass9 = [1, 2]; // ERROR, the initialization for "Sendable" objects is limited
35 …nonSendableClass9 | BigInt = [1, 2]; // ERROR, the initialization for "Sendable" objects is limited
36 …| nonSendableClass9 | null = [1, 2]; // ERROR, the initialization for "Sendable" objects is limited
Dsendable_class_inheritance.ts.json44 … "rule": "The inheritance for \"Sendable\" classes is limited (arkts-sendable-class-inheritance)",
54 … "rule": "The inheritance for \"Sendable\" classes is limited (arkts-sendable-class-inheritance)",
64 … "rule": "The inheritance for \"Sendable\" classes is limited (arkts-sendable-class-inheritance)",
74 … "rule": "The inheritance for \"Sendable\" classes is limited (arkts-sendable-class-inheritance)",
84 … "rule": "The inheritance for \"Sendable\" classes is limited (arkts-sendable-class-inheritance)",
94 … "rule": "The inheritance for \"Sendable\" classes is limited (arkts-sendable-class-inheritance)",
104 … "rule": "The inheritance for \"Sendable\" classes is limited (arkts-sendable-class-inheritance)",
114 … "rule": "The inheritance for \"Sendable\" classes is limited (arkts-sendable-class-inheritance)",
124 … "rule": "The inheritance for \"Sendable\" classes is limited (arkts-sendable-class-inheritance)",
134 … "rule": "The inheritance for \"Sendable\" classes is limited (arkts-sendable-class-inheritance)",
[all …]
Dfunc_return_type.ts.autofix.json31 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)",
48 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)",
65 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)",
75 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)",
85 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)",
95 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)",
105 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)",
220 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)",
237 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)",
254 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)",
[all …]
Dsendable_decorator_limited.ts.json24 … can only be used on \"class\", \"function\" and \"typeAlias\" (arkts-sendable-decorator-limited)",
34 … can only be used on \"class\", \"function\" and \"typeAlias\" (arkts-sendable-decorator-limited)",
44 … can only be used on \"class\", \"function\" and \"typeAlias\" (arkts-sendable-decorator-limited)",
54 … can only be used on \"class\", \"function\" and \"typeAlias\" (arkts-sendable-decorator-limited)",
64 … can only be used on \"class\", \"function\" and \"typeAlias\" (arkts-sendable-decorator-limited)",
74 … can only be used on \"class\", \"function\" and \"typeAlias\" (arkts-sendable-decorator-limited)",
Dsendable_decorator_limited.ts.autofix.json31 … can only be used on \"class\", \"function\" and \"typeAlias\" (arkts-sendable-decorator-limited)",
48 … can only be used on \"class\", \"function\" and \"typeAlias\" (arkts-sendable-decorator-limited)",
65 … can only be used on \"class\", \"function\" and \"typeAlias\" (arkts-sendable-decorator-limited)",
82 … can only be used on \"class\", \"function\" and \"typeAlias\" (arkts-sendable-decorator-limited)",
99 … can only be used on \"class\", \"function\" and \"typeAlias\" (arkts-sendable-decorator-limited)",
116 … can only be used on \"class\", \"function\" and \"typeAlias\" (arkts-sendable-decorator-limited)",
Doptional_library_types.ts.json44 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)",
74 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)",
104 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)",
134 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)",
154 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)",
174 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)",
194 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)",
214 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)",
234 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)",
254 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)",
[all …]
Dthrow_error.ts.json24 … "rule": "\"throw\" statements cannot accept values of arbitrary types (arkts-limited-throw)",
34 … "rule": "\"throw\" statements cannot accept values of arbitrary types (arkts-limited-throw)",
44 … "rule": "\"throw\" statements cannot accept values of arbitrary types (arkts-limited-throw)",
Dfunc_inferred_type_args.ts.json34 …"rule": "Type inference in case of generic function calls is limited (arkts-no-inferred-generic-pa…
54 …"rule": "Type inference in case of generic function calls is limited (arkts-no-inferred-generic-pa…
64 …"rule": "Type inference in case of generic function calls is limited (arkts-no-inferred-generic-pa…
114 …"rule": "Type inference in case of generic function calls is limited (arkts-no-inferred-generic-pa…
134 …"rule": "Type inference in case of generic function calls is limited (arkts-no-inferred-generic-pa…
144 …"rule": "Type inference in case of generic function calls is limited (arkts-no-inferred-generic-pa…
Dcatch_clause.ts.json24 … "rule": "\"throw\" statements cannot accept values of arbitrary types (arkts-limited-throw)",
54 … "rule": "\"throw\" statements cannot accept values of arbitrary types (arkts-limited-throw)",
84 … "rule": "\"throw\" statements cannot accept values of arbitrary types (arkts-limited-throw)",
Djsx.tsx.json24 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)",
44 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)",
84 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)",
Dcatch_clause.ts.autofix.json24 … "rule": "\"throw\" statements cannot accept values of arbitrary types (arkts-limited-throw)",
61 … "rule": "\"throw\" statements cannot accept values of arbitrary types (arkts-limited-throw)",
98 … "rule": "\"throw\" statements cannot accept values of arbitrary types (arkts-limited-throw)",
/arkcompiler/ets_frontend/ets2panda/linter/test/rules/
Drule151.ts.json34 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)",
44 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)",
54 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)",
64 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)",
74 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)",
84 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)",
94 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)",
104 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)",
114 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)",
124 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)",
[all …]
Drule144.ts.json24 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)",
34 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)",
44 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)",
64 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)",
74 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)",
84 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)",
104 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)",
114 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)",
124 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)",
134 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)",
[all …]
Drule54.tsx.json24 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)",
44 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)",
84 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)",
Drule153.ts.json24 … "rule": "The inheritance for \"Sendable\" classes is limited (arkts-sendable-class-inheritance)",
34 … "rule": "The inheritance for \"Sendable\" classes is limited (arkts-sendable-class-inheritance)",
Drule87.ts.json24 … "rule": "\"throw\" statements cannot accept values of arbitrary types (arkts-limited-throw)",
34 … "rule": "\"throw\" statements cannot accept values of arbitrary types (arkts-limited-throw)",
Drule90.ts.json24 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)",
34 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)",
Drule90.ts.autofix.json24 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)",
34 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)",
/arkcompiler/runtime_core/static_core/docs/
Dtask_manager.md3 …sources we introduce TaskManager. The main goal of TaskManager is to use limited number of resourc…
11 It is some limited by time task, which has these properties:
16 The time is required to finish the task should be limited by some reasonable value, to make the who…
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DCookBookMsg.ts57 cookBookTag[34] = 'Type inference in case of generic function calls is limited (arkts-no-inferred-g…
111 cookBookTag[87] = '"throw" statements cannot accept values of arbitrary types (arkts-limited-throw)…
114 cookBookTag[90] = 'Function return type inference is limited (arkts-no-implicit-return-types)';
171 cookBookTag[144] = 'Usage of standard library is restricted (arkts-limited-stdlib)';
178 cookBookTag[151] = 'Usage of \'ESObject\' type is restricted (arkts-limited-esobj)';
180 cookBookTag[153] = 'The inheritance for "Sendable" classes is limited (arkts-sendable-class-inherit…
220 cookBookTag[178] = 'The property of "Sendable" function is limited (arkts-sendable-function-propert…
224 …orator can only be used on "class", "function" and "typeAlias" (arkts-sendable-decorator-limited)';

12345