Searched full:meaning (Results 1 – 25 of 52) sorted by relevance
123
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/07.keywords/ |
| D | soft_keywords.sts | 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/15.exceptions/01.throwing_functions/ |
| D | function.sts | 18 assert: To indicate that a function (in general sense, meaning a function, method, constructor or l…
|
| D | constructor.sts | 18 assert: To indicate that a function (in general sense, meaning a function, method, constructor or l…
|
| D | function_without_keyword.sts | 18 assert: To indicate that a function (in general sense, meaning a function, method, constructor or l…
|
| D | lambda.sts | 18 assert: To indicate that a function (in general sense, meaning a function, method, constructor or l…
|
| D | lambda_without_keyword.sts | 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/17.experimental_features/04.iterable_types/ |
| D | it.sts | 19 A class or an interface can be made iterable, meaning that their
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/19.nullish-coalescing_expression/ |
| D | lazy_operator.sts | 18 assert: This operator is lazy, meaning that if the evaluation of the left-hand-side expression is n…
|
| /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/plugins/ets/tests/ets-templates/17.experimental_features/15.exceptions/02.non_throwing_functions/ |
| D | function_with_default_catch.sts | 18 assert: To indicate that a function (in general sense, meaning a function, method, constructor or l…
|
| D | constructor_without_keyword.sts | 18 assert: To indicate that a function (in general sense, meaning a function, method, constructor or l…
|
| D | function_without_default_catch.sts | 18 assert: To indicate that a function (in general sense, meaning a function, method, constructor or l…
|
| D | lambda_with_default_catch.sts | 18 assert: To indicate that a function (in general sense, meaning a function, method, constructor or l…
|
| D | lambda_without_default_catch.sts | 18 assert: To indicate that a function (in general sense, meaning a function, method, constructor or l…
|
| D | constructor_without_default_catch.sts | 18 assert: To indicate that a function (in general sense, meaning a function, method, constructor or l…
|
| D | constructor_with_default_catch.sts | 18 assert: To indicate that a function (in general sense, meaning a function, method, constructor or l…
|
| /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…
|
| D | rationale-for-bytecode.md | 36 hardware world: the terms "operations", "operands", "registers" and "stack" have the same meaning.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | interop_common.cpp | 79 …// BigInt in ArkTS is stored in EtsInt array but only 30 bits have meaning. Put these bits into in… in ConvertBigIntArrayFromEtsToJs()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | elf_types.h | 114 unsigned char st_other; /* No defined meaning, 0 */
|
| D | cgbb.h | 1005 * Different meaning for each data flow analysis. 1017 * Different meaning for each data flow analysis. 1024 * Different meaning for each data flow analysis.
|
| /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…
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | instructions.yaml | 23 not mandatory meaning.
|
| /arkcompiler/runtime_core/docs/ |
| D | rationale-for-bytecode.md | 36 hardware world: the terms "operations", "operands", "registers" and "stack" have the same meaning.
|
123