Home
last modified time | relevance | path

Searched full:such (Results 1 – 25 of 602) sorted by relevance

12345678910>>...25

/arkcompiler/runtime_core/static_core/
DLICENSE20 direction or management of such entity, whether by contract or
22 outstanding shares, or (iii) beneficial ownership of such entity.
72 Work and such Derivative Works in Source or Object form.
79 where such license applies only to those patent claims licensable
80 by such Contributor that are necessarily infringed by their
82 with the Work to which such Contribution(s) was submitted. If You
88 as of the date such litigation is filed.
110 within such NOTICE file, excluding those notices that do not
116 wherever such third-party notices normally appear. The contents
121 that such additional attribution notices cannot be construed
[all …]
/arkcompiler/toolchain/
DLICENSE20 direction or management of such entity, whether by contract or
22 outstanding shares, or (iii) beneficial ownership of such entity.
72 Work and such Derivative Works in Source or Object form.
79 where such license applies only to those patent claims licensable
80 by such Contributor that are necessarily infringed by their
82 with the Work to which such Contribution(s) was submitted. If You
88 as of the date such litigation is filed.
110 within such NOTICE file, excluding those notices that do not
116 wherever such third-party notices normally appear. The contents
121 that such additional attribution notices cannot be construed
[all …]
/arkcompiler/jsvm/
DLICENSE20 direction or management of such entity, whether by contract or
22 outstanding shares, or (iii) beneficial ownership of such entity.
72 Work and such Derivative Works in Source or Object form.
79 where such license applies only to those patent claims licensable
80 by such Contributor that are necessarily infringed by their
82 with the Work to which such Contribution(s) was submitted. If You
88 as of the date such litigation is filed.
110 within such NOTICE file, excluding those notices that do not
116 wherever such third-party notices normally appear. The contents
121 that such additional attribution notices cannot be construed
[all …]
/arkcompiler/ets_runtime/
DLICENSE20 direction or management of such entity, whether by contract or
22 outstanding shares, or (iii) beneficial ownership of such entity.
72 Work and such Derivative Works in Source or Object form.
79 where such license applies only to those patent claims licensable
80 by such Contributor that are necessarily infringed by their
82 with the Work to which such Contribution(s) was submitted. If You
88 as of the date such litigation is filed.
110 within such NOTICE file, excluding those notices that do not
116 wherever such third-party notices normally appear. The contents
121 that such additional attribution notices cannot be construed
[all …]
/arkcompiler/runtime_core/
DLICENSE20 direction or management of such entity, whether by contract or
22 outstanding shares, or (iii) beneficial ownership of such entity.
72 Work and such Derivative Works in Source or Object form.
79 where such license applies only to those patent claims licensable
80 by such Contributor that are necessarily infringed by their
82 with the Work to which such Contribution(s) was submitted. If You
88 as of the date such litigation is filed.
110 within such NOTICE file, excluding those notices that do not
116 wherever such third-party notices normally appear. The contents
121 that such additional attribution notices cannot be construed
[all …]
/arkcompiler/ets_frontend/ets2panda/
DLICENSE.txt20 direction or management of such entity, whether by contract or
22 outstanding shares, or (iii) beneficial ownership of such entity.
72 Work and such Derivative Works in Source or Object form.
79 where such license applies only to those patent claims licensable
80 by such Contributor that are necessarily infringed by their
82 with the Work to which such Contribution(s) was submitted. If You
88 as of the date such litigation is filed.
110 within such NOTICE file, excluding those notices that do not
116 wherever such third-party notices normally appear. The contents
121 that such additional attribution notices cannot be construed
[all …]
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/
DLICENSE19 direction or management of such entity, whether by contract or
21 outstanding shares, or (iii) beneficial ownership of such entity.
71 Work and such Derivative Works in Source or Object form.
78 where such license applies only to those patent claims licensable
79 by such Contributor that are necessarily infringed by their
81 with the Work to which such Contribution(s) was submitted. If You
87 as of the date such litigation is filed.
109 within such NOTICE file, excluding those notices that do not
115 wherever such third-party notices normally appear. The contents
120 that such additional attribution notices cannot be construed
[all …]
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/
DLICENSE19 direction or management of such entity, whether by contract or
21 outstanding shares, or (iii) beneficial ownership of such entity.
71 Work and such Derivative Works in Source or Object form.
78 where such license applies only to those patent claims licensable
79 by such Contributor that are necessarily infringed by their
81 with the Work to which such Contribution(s) was submitted. If You
87 as of the date such litigation is filed.
109 within such NOTICE file, excluding those notices that do not
115 wherever such third-party notices normally appear. The contents
120 that such additional attribution notices cannot be construed
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DBuiltinArrayAlgorithms.ets32 …* Lower bound is an index of a first element, where (element < key) is false. If no such element i…
42 * @returns index such (arr[index] < key) is false. If no such index is found than endIndex
70 …* Lower bound is an index of a first element, where (element < key) is false. If no such element i…
76 * @returns index such (arr[index] < key) is false. If no such index is found than arr.length
85 …* Upper bound is an index of a first element, where (key < element) is true. If no such element is…
95 * @returns index such (key < arr[index]) is true. If no such index is found than endIndex
123 …* Upper bound is an index of a first element, where (key < element) is true. If no such element is…
129 * @returns index such (key < arr[index]) is true. If no such index is found than arr.length
198 …* Lower bound is an index of a first element, where (element < key) is false. If no such element i…
208 * @returns index such (arr[index] < key) is false. If no such index is found than endIndex
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/templates/stdlib/
DArray_builtin_algorithms.ets.j236 …* Lower bound is an index of a first element, where (element < key) is false. If no such element i…
46 * @returns index such (arr[index] < key) is false. If no such index is found than endIndex
74 …* Lower bound is an index of a first element, where (element < key) is false. If no such element i…
80 * @returns index such (arr[index] < key) is false. If no such index is found than arr.length
89 …* Upper bound is an index of a first element, where (key < element) is true. If no such element is…
99 * @returns index such (key < arr[index]) is true. If no such index is found than endIndex
127 …* Upper bound is an index of a first element, where (key < element) is true. If no such element is…
133 * @returns index such (key < arr[index]) is true. If no such index is found than arr.length
142 …* Lower bound is an index of a first element, where (element < key) is false. If no such element i…
152 * @returns index such (arr[index] < key) is false. If no such index is found than endIndex
[all …]
/arkcompiler/ets_frontend/arkguard/
DLICENSE20 direction or management of such entity, whether by contract or
22 outstanding shares, or (iii) beneficial ownership of such entity.
72 Work and such Derivative Works in Source or Object form.
79 where such license applies only to those patent claims licensable
80 by such Contributor that are necessarily infringed by their
82 with the Work to which such Contribution(s) was submitted. If You
88 as of the date such litigation is filed.
110 within such NOTICE file, excluding those notices that do not
116 wherever such third-party notices normally appear. The contents
121 that such additional attribution notices cannot be construed
[all …]
/arkcompiler/ets_frontend/
DLICENSE20 direction or management of such entity, whether by contract or
22 outstanding shares, or (iii) beneficial ownership of such entity.
72 Work and such Derivative Works in Source or Object form.
79 where such license applies only to those patent claims licensable
80 by such Contributor that are necessarily infringed by their
82 with the Work to which such Contribution(s) was submitted. If You
88 as of the date such litigation is filed.
110 within such NOTICE file, excluding those notices that do not
116 wherever such third-party notices normally appear. The contents
121 that such additional attribution notices cannot be construed
[all …]
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/FixedArray/
Dtrailing_comma_1.ets46 /* @@? 30:5 Error TypeError: Indexed access is not supported for such expression type. */
48 /* @@? 31:5 Error TypeError: Indexed access is not supported for such expression type. */
49 /* @@? 31:11 Error TypeError: Indexed access is not supported for such expression type. */
51 /* @@? 32:5 Error TypeError: Indexed access is not supported for such expression type. */
55 /* @@? 32:11 Error TypeError: Indexed access is not supported for such expression type. */
57 /* @@? 33:5 Error TypeError: Indexed access is not supported for such expression type. */
62 /* @@? 34:6 Error TypeError: Indexed access is not supported for such expression type. */
64 /* @@? 35:5 Error TypeError: Indexed access is not supported for such expression type. */
67 /* @@? 35:10 Error TypeError: Indexed access is not supported for such expression type. */
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/
Dtrailing_comma_1.ets46 /* @@? 30:5 Error TypeError: Indexed access is not supported for such expression type. */
48 /* @@? 31:5 Error TypeError: Indexed access is not supported for such expression type. */
49 /* @@? 31:11 Error TypeError: Indexed access is not supported for such expression type. */
51 /* @@? 32:5 Error TypeError: Indexed access is not supported for such expression type. */
55 /* @@? 32:11 Error TypeError: Indexed access is not supported for such expression type. */
57 /* @@? 33:5 Error TypeError: Indexed access is not supported for such expression type. */
62 /* @@? 34:6 Error TypeError: Indexed access is not supported for such expression type. */
64 /* @@? 35:5 Error TypeError: Indexed access is not supported for such expression type. */
67 /* @@? 35:10 Error TypeError: Indexed access is not supported for such expression type. */
Dunexpected_token_53.ets37 /* @@? 20:14 Error TypeError: Indexed access is not supported for such expression type. */
39 /* @@? 20:21 Error TypeError: Indexed access is not supported for such expression type. */
41 /* @@? 21:14 Error TypeError: Indexed access is not supported for such expression type. */
42 /* @@? 21:21 Error TypeError: Indexed access is not supported for such expression type. */
Dunexpected_token_55.ets38 /* @@? 20:14 Error TypeError: Indexed access is not supported for such expression type. */
40 /* @@? 20:21 Error TypeError: Indexed access is not supported for such expression type. */
42 /* @@? 21:14 Error TypeError: Indexed access is not supported for such expression type. */
43 /* @@? 21:21 Error TypeError: Indexed access is not supported for such expression type. */
Dswitch_invalid.ets21 /* @@? 16:7 Error TypeError: Indexed access is not supported for such expression type. */
28 /* @@? 16:22 Error TypeError: Indexed access is not supported for such expression type. */
31 /* @@? 16:32 Error TypeError: Indexed access is not supported for such expression type. */
35 /* @@? 16:40 Error TypeError: Indexed access is not supported for such expression type. */
38 /* @@? 16:47 Error TypeError: Indexed access is not supported for such expression type. */
46 /* @@? 16:71 Error TypeError: Indexed access is not supported for such expression type. */
/arkcompiler/runtime_core/docs/changelogs/
D2022-08-18-isa-changelog.md14 2. We remove the prefix of ecmascript specific opcodes, such that most of the bytecode opcode can b…
24 such that runtime can distinguish the "define-function" operations of different kinds.
25 We also add header index in function such that runtime can access IndexHeader more efficiently.
34 such that the instructions can get consective indexes for methodId, stringId and literalarrayId.
/arkcompiler/runtime_core/static_core/plugins/ets/doc/cookbook/
Dwhy.rst25 result, causing inconvenience to users. Detecting such issues during the
38 otherwise, an exception is thrown. Modern engines can optimize such checks
66 // Such field declaration implies it is assigned with "undefined" value
118 // Such declaratioin is identical to name: string | undefined
169 but note that the engine that runs the code must always check for such special
192 values such as ``null`` or ``undefined``, then we are 100% sure that no corner
208 In |TS|, such behavior can be turned on by a special compiler flag called
210 does not have such feature, and '*strict null checks*' work at compile-time
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/dynamic/router_table/
DREADME.md11 We have such classes:
44 // we have many such imports
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/07.reference_types/
Dintersection_type_initialization.ets17 …), let Ci be the most specific class or array type such that Ti < Ci . Then there must be some Ck
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/cpp_api/dynamic/router_table/
DREADME.md11 We have such classes:
44 // we have many such imports
/arkcompiler/runtime_core/static_core/plugins/ets/doc/annotations/
Danno2.txt24 Such annotation will be used by the compiler.
27 As an example of such annotation, the annotation ``@Deprecated``
60 An example of such extensions is ArkUI that defines its own set of specific
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dcheck_resolver.h28 * not need all check-instructions, such as BoundsCheck, NullCheck, NegativeCheck
41 * should keep all such insts.
44 * flow input. Then we clear its NO_DCE flag such that it can be removed by DCE pass. We set
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/
Dcontinue_do2l_neg.ets19 which has the same label identifier. Such statement must be in the body of the surrounding
30 continue loop2; // no such label

12345678910>>...25