Searched +full:re +full:- +full:thrown (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/06.statements/02.multiple_catch_clauses_in_try_statements/ |
| D | finally.params.yaml | 1 # Copyright (c) 2021-2024 Huawei Device Co., Ltd. 6 # http://www.apache.org/licenses/LICENSE-2.0 14 --- 16 - use: |- 18 // finally block with no exception thrown 31 - use: |- 32 // return from finally block with no exception thrown 44 - use: |- 45 // return from finally block with exception thrown 57 - defs: |- [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/08.statements/15.try_statements/02.finally_clause/ |
| D | finally.params.yaml | 1 # Copyright (c) 2021-2024 Huawei Device Co., Ltd. 6 # http://www.apache.org/licenses/LICENSE-2.0 14 --- 16 - use: |- 25 - use: |- 27 // finally block with no error thrown 38 - use: |- 39 // return from finally block with no error thrown 49 - use: |- 50 // return from finally block with error thrown [all …]
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | import-export.md | 11 - Separate modules, 12 - Declaration modules, 13 - Packages 18 - Give a general picture of how compilation unit handling works within the compiler. 19 - The current code structure needs to be refactored in order to follow the changes of the standard … 20 - There are missing features that are not implemented such as the internal access modifier, single … 27 2. Top-level declarations 28 3. Top-level statements 29 4. Re-export directive 73 …- The declaration module is not handled now, which is a special kind of compilation units that con… [all …]
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | throw.yaml | 1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd. 6 # http://www.apache.org/licenses/LICENSE-2.0 15 - name: PandaAssembly_header 25 - name: pandasm_header 35 - file-name: "throw" 40 - sig: throw v:in:ref 44 - x_throw 47 - file-name: "when_reg_is_invalid" 51 - sig: throw v:in:ref 55 - v1_throw_type [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/ |
| D | Errors.sts | 2 * Copyright (c) 2021-2024 Huawei Device Co., Ltd. 7 * http://www.apache.org/licenses/LICENSE-2.0 100 * @param s An human-readable description of the aggregate error. 103 * error. When catching and re-throwing an error with a 104 * more-specific or useful error message, this property can be 118 //NOTE(kirill-mitkin): Used in Promise, need to remove 131 * Represents error that is thrown when Date is malformed
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | throw.yaml | 1 # Copyright (c) 2021-2024 Huawei Device Co., Ltd. 6 # http://www.apache.org/licenses/LICENSE-2.0 15 - name: pandasm_header 23 - file-name: "throw" 28 - sig: throw v:in:ref 32 - x_throw 34 - file-name: "when_reg_is_invalid" 38 - sig: throw v:in:ref 42 - v1_throw_type 43 runner-options: ['compile-failure'] [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.coroutines/02.awaiting_coroutine/ |
| D | a.params.yaml | 6 # http://www.apache.org/licenses/LICENSE-2.0 14 --- 16 - decl: |- 24 use: |- 27 - decl: |- 38 use: |- 48 - decl: |- 59 use: |- 69 - decl: |- 80 use: |- [all …]
|
| /arkcompiler/runtime_core/static_core/isa/ |
| D | isa.yaml | 1 # Copyright (c) 2021-2024 Huawei Device Co., Ltd. 6 # http://www.apache.org/licenses/LICENSE-2.0 14 --- 17 - name: General design 21 - name: Registers 31 - name: Accumulator 40 register-to-register moves. 42 - name: Calling sequence 48 …On return, callee frame is destroyed. If function return value is non-void, it is passed to caller… 52 - name: Supported primitive types [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter/cookbook_convertor/res/ |
| D | recipes.rst | 1 .. Copyright (c) 2021-2024 Huawei Device Co., Ltd. 5 http://www.apache.org/licenses/LICENSE-2.0 18 --------------------------------------------------------------------------------- 30 .. code-block:: typescript 40 .. code-block:: typescript 73 -------------------------------------------- 86 .. code-block:: typescript 114 ---------------------------------------------------- 124 .. code-block:: typescript 133 .. code-block:: typescript [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/cookbook/ |
| D | recipes.rst | 2 Copyright (c) 2021-2024 Huawei Device Co., Ltd. 6 http://www.apache.org/licenses/LICENSE-2.0 21 ----------------------------------------------------------------------------- 23 |CB_RULE| ``arkts-identifiers-as-prop-names`` 42 .. code-block:: typescript 52 .. code-block:: typescript 84 ---------------------------------------- 86 |CB_RULE| ``arkts-no-symbol`` 105 .. code-block:: typescript 115 .. code-block:: typescript [all …]
|