Searched full:limited (Results 1 – 25 of 88) sorted by relevance
1234
| /arkcompiler/ets_frontend/ets2panda/linter/test/ |
| D | es_object.ts.json | 29 "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 …]
|
| D | limited_stdlib_api.ts.json | 22 "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 …]
|
| D | func_return_type.ts.json | 22 "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 …]
|
| D | sendable_class_inheritance.ts.json | 35 … "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 …]
|
| D | func_return_type.ts.autofix.json | 29 "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 …]
|
| D | sendable_class_initialization.sts | 25 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
|
| D | sendable_decorator_limited.ts.json | 21 …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)"
|
| D | func_inferred_type_args.ts.json | 29 …"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…
|
| D | catch_clause.ts.json | 22 … "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)"
|
| D | catch_clause.ts.autofix.json | 23 … "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/ |
| D | rule151.ts.json | 29 "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 …]
|
| D | rule144.ts.json | 22 "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 …]
|
| D | rule90.ts.json | 22 "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)"
|
| D | rule87.ts.json | 22 … "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)"
|
| D | rule90.ts.autofix.json | 23 "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/ |
| D | task_manager.md | 3 …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/ |
| D | CookBookMsg.ts | 58 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/ |
| D | recipe151.md | 3 Rule ``arkts-limited-esobj`` 11 with ``ESObject`` type is also limited. Such variables can only be initialized
|
| D | recipe87.md | 3 Rule ``arkts-limited-throw``
|
| D | recipe79.md | 41 - Recipe 087: ``throw`` statements cannot accept values of arbitrary types (``arkts-limited-throw`…
|
| /arkcompiler/toolchain/ |
| D | LICENSE | 28 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/ |
| D | LICENSE | 28 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/ |
| D | LICENSE | 28 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/ |
| D | LICENSE | 28 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/ |
| D | LICENSE.txt | 28 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