Searched full:meaning (Results 1 – 25 of 62) sorted by relevance
123
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/07.keywords/ |
| D | soft_type.ets | 17 desc: The following words have special meaning in certain contexts (soft keywords) but are valid id…
|
| D | soft.ets | 18 desc: The following words have special meaning in certain contexts (soft keywords) but are valid id…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/05.iterable_types/ |
| D | it.ets | 19 A class or an interface can be made iterable, meaning that their
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/01.throwing_functions/ |
| D | constructor.ets | 18 assert: To indicate that a function (in general sense, meaning a function, method, constructor or l…
|
| D | function.ets | 18 assert: To indicate that a function (in general sense, meaning a function, method, constructor or l…
|
| D | function_without_keyword.ets | 18 assert: To indicate that a function (in general sense, meaning a function, method, constructor or l…
|
| D | lambda.ets | 18 assert: To indicate that a function (in general sense, meaning a function, method, constructor or l…
|
| D | lambda_without_keyword.ets | 18 assert: To indicate that a function (in general sense, meaning a function, method, constructor or l…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/19.nullish-coalescing_expression/ |
| D | lazy_operator.ets | 18 assert: This operator is lazy, meaning that if the evaluation of the left-hand-side expression is n…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/02.non_throwing_functions/ |
| D | function_with_default_catch.ets | 18 assert: To indicate that a function (in general sense, meaning a function, method, constructor or l…
|
| D | constructor_without_keyword.ets | 18 assert: To indicate that a function (in general sense, meaning a function, method, constructor or l…
|
| D | function_without_default_catch.ets | 18 assert: To indicate that a function (in general sense, meaning a function, method, constructor or l…
|
| D | lambda_with_default_catch.ets | 18 assert: To indicate that a function (in general sense, meaning a function, method, constructor or l…
|
| D | lambda_without_default_catch.ets | 18 assert: To indicate that a function (in general sense, meaning a function, method, constructor or l…
|
| D | constructor_with_default_catch.ets | 18 assert: To indicate that a function (in general sense, meaning a function, method, constructor or l…
|
| D | constructor_without_default_catch.ets | 18 assert: To indicate that a function (in general sense, meaning a function, method, constructor or l…
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/tools/generate-es-checked/ |
| D | README.md | 111 - strings that start with `#__` in json have special meaning 112 - objects that contain `__kind` property have special meaning
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/extensions/generators/ets_es_checked/generate-es-checked/ |
| D | README.md | 111 - strings that start with `#__` in json have special meaning 112 - objects that contain `__kind` property have special meaning
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | futex_test.cpp | 41 // The thread modifies shared data (meaning it reached Wait function) 60 // The thread modifies shared data (meaning it reached Wait function) 79 // The thread modifies shared data (meaning it reached TimedWait function)
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | intrinsics-yaml.md | 128 Possible flag values and their meaning are listed in [compiler/optimize/ir/instructions.yaml](../co… 138 Possible flag values and their meaning are listed in [compiler/optimize/ir/instructions.yaml](../co…
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | coroutine_worker.h | 26 * THE ORDER HAS MEANING
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | object_type_propagation_doc.md | 64 // ObjectTypeInfo (Class + boolean, meaning exact class or may be superclass) - of all refs.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/benchmarks/interop_js/ |
| D | README.md | 34 # This is just a short cut and has no special meaning.
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | elf_types.h | 114 unsigned char st_other; /* No defined meaning, 0 */
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/docs/ |
| D | interop_intrinsic_opt_doc.md | 50 …ch cases on step `3`), so we recursively reset scope start to `nullptr` (meaning it is unknown) re…
|
123