Searched full:semantics (Results 1 – 25 of 116) sorted by relevance
12345
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/ |
| D | 16_gui.rst | 25 to adopt ArkUI syntax and semantics as long as they do not contradict |LANG|. 142 ``{...}`` block. Specific semantics depends on the implementation. For 150 semantics depends on the implementation. For illustrative purposes, it can 165 semantics
|
| /arkcompiler/runtime_core/docs/changelogs/ |
| D | 2024-08-29-isa&&file_format-changelog.md | 14 …nition evaluation](https://262.ecma-international.org/11.0/#sec-runtime-semantics-classdefinitione…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/ |
| D | if_t1.sts | 19 …ArkTS provides extended semantics for conditional-and and conditional-or expressions for better al…
|
| D | cond_t1.sts | 19 …ArkTS provides extended semantics for conditional-and and conditional-or expressions for better al…
|
| D | if_f1.sts | 19 …ArkTS provides extended semantics for conditional-and and conditional-or expressions for better al…
|
| D | cond_f1.sts | 19 …ArkTS provides extended semantics for conditional-and and conditional-or expressions for better al…
|
| D | if_t2.sts | 19 …ArkTS provides extended semantics for conditional-and and conditional-or expressions for better al…
|
| D | if_f2.sts | 19 …ArkTS provides extended semantics for conditional-and and conditional-or expressions for better al…
|
| D | cond_f2.sts | 19 …ArkTS provides extended semantics for conditional-and and conditional-or expressions for better al…
|
| D | cond_t2.sts | 19 …ArkTS provides extended semantics for conditional-and and conditional-or expressions for better al…
|
| D | while_f.sts | 19 …ArkTS provides extended semantics for conditional-and and conditional-or expressions for better al…
|
| D | while_t.sts | 19 …ArkTS provides extended semantics for conditional-and and conditional-or expressions for better al…
|
| D | for_t.sts | 19 …ArkTS provides extended semantics for conditional-and and conditional-or expressions for better al…
|
| D | do_f.sts | 19 …ArkTS provides extended semantics for conditional-and and conditional-or expressions for better al…
|
| D | for_f.sts | 19 …ArkTS provides extended semantics for conditional-and and conditional-or expressions for better al…
|
| D | do_t.sts | 19 …ArkTS provides extended semantics for conditional-and and conditional-or expressions for better al…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/03.field_initialization/ |
| D | non_static_field_initialization.sts | 18 …ializer in a non-static field declaration, then the initializer has the semantics of an assigment …
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_regexp.h | 74 // 21.2.3.2.3 Runtime Semantics: RegExpCreate ( P, F ) 78 // 21.2.5.2.1 Runtime Semantics: RegExpExec ( R, S ) 103 // 21.2.5.2.2 Runtime Semantics: RegExpBuiltinExec ( R, S ) 174 // 21.2.3.2.1 Runtime Semantics: RegExpAlloc ( newTarget ) 179 // 21.2.3.2.2 Runtime Semantics: RegExpInitialize ( obj, pattern, flags ) 182 // 21.2.3.2.4 Runtime Semantics: EscapeRegExpPattern ( P, F )
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/01.formal_parameters/ |
| D | constructor_declaration_with_parameters.sts | 18 assert: The formal parameters of a constructor are identical in syntax and semantics to those of a …
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/05.default_constructor/ |
| D | default_constructor.sts | 18 …or declarations, then a default constructor is implicitly declared. The semantics of such construc…
|
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe152.md | 10 In ArkTS the semantics of ``this`` is restricted to the conventional OOP
|
| D | recipe59.md | 31 // To mimic the original semantics, you may declare a nullable type
|
| D | recipe140.md | 10 In ArkTS the semantics of ``this`` is restricted to the conventional OOP
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/cookbook/ |
| D | summary.rst | 188 Semantics of Operators Is Restricted 192 |LANG| restricts the semantics of some operators. An example is given below, 207 Loading language operators with extra semantics overcomplicates the language 216 Restricting the operator semantics results in a clearer code that can
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/ |
| D | eq.sts | 20 …The two forms have the same semantics regardless of the number of the symbols '=' used in the oper…
|
12345