Searched full:semantics (Results 1 – 25 of 103) sorted by relevance
12345
| /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/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/ |
| 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_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_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 | cond_f2.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 | 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 | do_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 | ops.sts | 19 The actual extended semantics of conditional-and and conditional-or expressions
|
| /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/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/doc/cookbook/ |
| D | summary.rst | 190 Semantics of Operators Is Restricted 194 |LANG| restricts the semantics of some operators. An example is given below, 209 Loading language operators with extra semantics overcomplicates the language 218 Restricting the operator semantics results in a clearer code that can
|
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe152.md | 10 In ArkTS the semantics of ``this`` is restricted to the conventional OOP
|
| D | recipe140.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
|
| /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/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…
|
| /arkcompiler/runtime_core/static_core/irtoc/ |
| D | intrinsics.yaml | 120 description: Encode load mark word with acquire semantics for exclusive use 135 description: Encode store mark word that was loaded for exclusive use with release semantics
|
12345