Home
last modified time | relevance | path

Searched full:currently (Results 1 – 25 of 272) sorted by relevance

1234567891011

/arkcompiler/runtime_core/static_core/docs/
Dtask_manager.md5 …ager also should take into account the language context. I.e. if we are currently executing static…
25 …of tasks in proportion based on the current context(i.e. which language currently executed - stati…
27 …s provided by changing priority for TaskQueue(s). For example if we are currently expect a lot of …
67 2. Running - currently executing some task
68 3. ShuttingDown - currently termination is in progress
Dimport-export.md41 It is ensured currently via the *ETSParser::ParseDefaultSources* method, which parse an internally …
74 …- Currently external separate modules are specified via the --ets-module compiler option. If it is…
155 Currently there is no package level scope, packages are handled almost exactly the same as separate…
162 and it can also be used when generating the etssdlib source, which currently creates a large etsstd…
210 Currently, each variables - locally defined or imported ones - are stored in `foreignBindings_`. It…
274 …alysis, each binder validation is triggered during the parsing process. Currently, the triggers ca…
366 Renaming should be optional, but it is not supported currently.
383 A brief description of how it works currently:
391 …* Currently, this solution does not support aliasing and only works with function and variable dec…
393 …ming inside selective export is still under development. Its process is currently as follows, and …
[all …]
Darkts-debugger-expression-evaluation.md11 1. Currently, it is not possible to supports imports, so all features work only if the entity is lo…
100 …tain information from the `ImportExportTable`, because this information currently is not recorded …
Dbytecode_profiling.md8 Currently, it has 2 bytes size, but we can reduce it for small methods, where size of a profiling v…
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_exceptions.h29 // NOTE: Is used to throw all language exceptional objects (currently Errors and Exceptions)
32 // NOTE: Is used to throw all language exceptional objects (currently Errors and Exceptions)
38 // NOTE: Is used to throw all language exceptional objects (currently Errors and Exceptions)
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe147.md1 # No dependencies on TypeScript code are currently allowed
7 Currently, the codebase implemented in the standard TypeScript language must not
Drecipe19.md7 Currently, ArkTS does not support intersection types. Use inheritance
Drecipe94.md7 Currently, ArkTS does not support generator functions.
Drecipe90.md8 is currently restricted. In particular, when the expression in the ``return``
Drecipe138.md7 Currently ArkTS does not support utility types from TypeScript extensions to the
/arkcompiler/runtime_core/static_core/verification/
DTODO.txt8 - [x] Minor: type_image is not thread-safe currently
19 6. Currently in CheckMethodsArgs types of arguments are checked with respect to typecasting in past
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_driver/include/
Dtriple.h30 /* Currently, only aarch64 is supported */
33 /* Currently, only ILP32 and LP64 are supported */
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/containers/
DBlockingQueue.ets40 …* The insert operation​. Return true upon success and false if no space is currently available,​ n…
44 * @returns T True upon success and false if no space is currently available.
DArrayBlockingQueue.ets78 …* The insert operation. Return true upon success and false if no space is currently available, no …
82 * @returns T True upon success and false if no space is currently available.
206 // Currently, the queue is empty. Need to await.
215 // Currently, the queue is full. Need to await.
/arkcompiler/runtime_core/static_core/plugins/ets/doc/cookbook/
Dguide.rst61 follow the recipe will not affect the compilation currently, but will cause
71 Currently unsupported are mainly the features that degrade the following:
/arkcompiler/ets_frontend/ets2panda/docs/
Dimport_export.md41 It is ensured currently via the *ETSParser::ParseDefaultSources* method, which parse an internally …
46 Currently there is no package level scope, packages are handled almost exactly the same as separate…
96 Currently, all variables - locally defined or imported ones - are stored in `foreignBindings_`. It …
160 …alysis; each binder validation is triggered during the parsing process. Currently, the triggers ca…
268 A brief description of how it works currently:
276 …* Currently, this solution does not support aliasing and only works with function and variable dec…
278 …ming inside selective export is still under development. Its process is currently as follows, and …
325 …part of other module's export. Only limited re-export possibilities are currently supported. It is…
359 Currently, re-export is a bit tweaked. See the following example, that is a typical usage of re-exp…
420 A brief description about how it works currently:
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/import_tests/
Ddynamic_import_interop_neg.ets18 /* @@@ label Error TypeError: Default import is currently not implemented in dynamic import */
/arkcompiler/runtime_core/libabckit/doc/
Dhow_to_build_and_test.md74 - Currently AbcKit supports abc files compiled from ArkTS and JS
75 - Currently AbcKit does not support CommonJS modules
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_driver/src/
Dtriple.cpp21 /* Currently Triple is used only to configure aarch64: be/le, ILP32/LP64 in Init()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/ets_to_js/js_suites/
Dtest_class_setter.js23 // NOTE enable this test after getter gets bound to actual property because currently
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
DCMakeLists.txt37 # Currently profiler is not supported for arm64
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoroutine_worker.cpp26 // Note: Currently passing lambda to PostExternalCallback will cause a crash in Arm32 in OnCoroBecameActive()
/arkcompiler/ets_frontend/ets2panda/bindings/
DREADME.md3 Currently ts lsp api in WIP, this way is only while it's in wip. Later it will change
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/declgenparser/
Dtest_declgenparser.py33 # we want "--opt-level=2", but currently it does not work with `--output=/dev/null`
/arkcompiler/runtime_core/static_core/tests/cts-assembly/
Dexceptions-array-store.pa24 # TODO(orlovskiy.maxim): This currently doesn't work, fails on verification with following:

1234567891011