Home
last modified time | relevance | path

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

1234

/arkcompiler/ets_frontend/ets2panda/linter/test/
Des_object.ts.json29 "rule": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)"
36 "rule": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)"
43 "rule": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)"
50 "rule": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)"
57 "rule": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)"
64 "rule": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)"
71 "rule": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)"
78 "rule": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)"
85 "rule": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)"
92 "rule": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)"
[all …]
Dlimited_stdlib_api.ts.json22 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)"
29 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)"
36 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)"
50 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)"
57 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)"
64 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)"
78 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)"
85 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)"
92 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)"
99 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)"
[all …]
Dfunc_return_type.ts.json22 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)"
29 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)"
36 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)"
43 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)"
50 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)"
57 "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)"
120 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)"
127 "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)"
[all …]
Dsendable_class_inheritance.ts.json35 … "rule": "The inheritance for \"Sendable\" classes is limited (arkts-sendable-class-inheritance)"
41 … "rule": "The inheritance for \"Sendable\" classes is limited (arkts-sendable-class-inheritance)"
47 … "rule": "The inheritance for \"Sendable\" classes is limited (arkts-sendable-class-inheritance)"
53 … "rule": "The inheritance for \"Sendable\" classes is limited (arkts-sendable-class-inheritance)"
59 … "rule": "The inheritance for \"Sendable\" classes is limited (arkts-sendable-class-inheritance)"
65 … "rule": "The inheritance for \"Sendable\" classes is limited (arkts-sendable-class-inheritance)"
71 … "rule": "The inheritance for \"Sendable\" classes is limited (arkts-sendable-class-inheritance)"
77 … "rule": "The inheritance for \"Sendable\" classes is limited (arkts-sendable-class-inheritance)"
83 … "rule": "The inheritance for \"Sendable\" classes is limited (arkts-sendable-class-inheritance)"
89 … "rule": "The inheritance for \"Sendable\" classes is limited (arkts-sendable-class-inheritance)"
[all …]
Dfunc_return_type.ts.autofix.json29 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)"
43 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)"
57 "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)"
71 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)"
78 "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)"
176 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)"
190 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)"
204 "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_decorator_limited.ts.json21 …ator can only be used on \"class\", \"function\", \"typeAlias\" (arkts-sendable-decorator-limited)"
27 …ator can only be used on \"class\", \"function\", \"typeAlias\" (arkts-sendable-decorator-limited)"
33 …ator can only be used on \"class\", \"function\", \"typeAlias\" (arkts-sendable-decorator-limited)"
39 …ator can only be used on \"class\", \"function\", \"typeAlias\" (arkts-sendable-decorator-limited)"
45 …ator can only be used on \"class\", \"function\", \"typeAlias\" (arkts-sendable-decorator-limited)"
51 …ator can only be used on \"class\", \"function\", \"typeAlias\" (arkts-sendable-decorator-limited)"
Dfunc_inferred_type_args.ts.json29 …"rule": "Type inference in case of generic function calls is limited (arkts-no-inferred-generic-pa…
43 …"rule": "Type inference in case of generic function calls is limited (arkts-no-inferred-generic-pa…
50 …"rule": "Type inference in case of generic function calls is limited (arkts-no-inferred-generic-pa…
85 …"rule": "Type inference in case of generic function calls is limited (arkts-no-inferred-generic-pa…
99 …"rule": "Type inference in case of generic function calls is limited (arkts-no-inferred-generic-pa…
106 …"rule": "Type inference in case of generic function calls is limited (arkts-no-inferred-generic-pa…
Dcatch_clause.ts.json22 … "rule": "\"throw\" statements cannot accept values of arbitrary types (arkts-limited-throw)"
43 … "rule": "\"throw\" statements cannot accept values of arbitrary types (arkts-limited-throw)"
64 … "rule": "\"throw\" statements cannot accept values of arbitrary types (arkts-limited-throw)"
Dcatch_clause.ts.autofix.json23 … "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)"
85 … "rule": "\"throw\" statements cannot accept values of arbitrary types (arkts-limited-throw)"
/arkcompiler/ets_frontend/ets2panda/linter/test_rules/
Drule151.ts.json29 "rule": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)"
36 "rule": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)"
43 "rule": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)"
50 "rule": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)"
57 "rule": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)"
64 "rule": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)"
71 "rule": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)"
78 "rule": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)"
85 "rule": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)"
92 "rule": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)"
[all …]
Drule144.ts.json22 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)"
29 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)"
36 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)"
50 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)"
57 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)"
64 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)"
78 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)"
85 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)"
92 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)"
99 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)"
[all …]
Drule90.ts.json22 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)"
29 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)"
Drule87.ts.json22 … "rule": "\"throw\" statements cannot accept values of arbitrary types (arkts-limited-throw)"
29 … "rule": "\"throw\" statements cannot accept values of arbitrary types (arkts-limited-throw)"
Drule90.ts.autofix.json23 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)"
31 "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/lib/
DCookBookMsg.ts58 cookBookTag[34] = 'Type inference in case of generic function calls is limited (arkts-no-inferred-g…
112 cookBookTag[87] = '"throw" statements cannot accept values of arbitrary types (arkts-limited-throw)…
115 cookBookTag[90] = 'Function return type inference is limited (arkts-no-implicit-return-types)';
172 cookBookTag[144] = 'Usage of standard library is restricted (arkts-limited-stdlib)';
179 cookBookTag[151] = 'Usage of "ESObject" type is restricted (arkts-limited-esobj)';
181 cookBookTag[153] = 'The inheritance for "Sendable" classes is limited (arkts-sendable-class-inherit…
221 cookBookTag[178] = 'The property of "Sendable" function is limited (arkts-sendable-function-propert…
225 …decorator can only be used on "class", "function", "typeAlias" (arkts-sendable-decorator-limited)';
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe151.md3 Rule ``arkts-limited-esobj``
11 with ``ESObject`` type is also limited. Such variables can only be initialized
Drecipe87.md3 Rule ``arkts-limited-throw``
Drecipe79.md41 - Recipe 087: ``throw`` statements cannot accept values of arbitrary types (``arkts-limited-throw`…
/arkcompiler/toolchain/
DLICENSE28 including but not limited to software source code, documentation
33 not limited to compiled object code, generated documentation,
56 to the Licensor or its representatives, including but not limited to
161 Work (including but not limited to damages for loss of goodwill,
/arkcompiler/runtime_core/static_core/
DLICENSE28 including but not limited to software source code, documentation
33 not limited to compiled object code, generated documentation,
56 to the Licensor or its representatives, including but not limited to
161 Work (including but not limited to damages for loss of goodwill,
/arkcompiler/ets_runtime/
DLICENSE28 including but not limited to software source code, documentation
33 not limited to compiled object code, generated documentation,
56 to the Licensor or its representatives, including but not limited to
161 Work (including but not limited to damages for loss of goodwill,
/arkcompiler/runtime_core/
DLICENSE28 including but not limited to software source code, documentation
33 not limited to compiled object code, generated documentation,
56 to the Licensor or its representatives, including but not limited to
161 Work (including but not limited to damages for loss of goodwill,
/arkcompiler/ets_frontend/ets2panda/
DLICENSE.txt28 including but not limited to software source code, documentation
33 not limited to compiled object code, generated documentation,
56 to the Licensor or its representatives, including but not limited to
161 Work (including but not limited to damages for loss of goodwill,

1234