Home
last modified time | relevance | path

Searched full:manner (Results 1 – 20 of 20) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D12_errors.rst63 manner than errors.
144 errors in a manner similar to the handling of exceptions.
D20_implementation.rst91 the manner of behavior of generics and function types. It is expected to change
D13_modules.rst160 Modules and packages are created and stored in a manner that is determined by a
161 host system. The exact manner modules and packages are stored in a file
816 The exact manner declaration modules are stored in the file system, and how
1063 If a class or an interface is exported in this manner, then its usage is
D14_ambients.rst374 An ambient interface can contain additional members in the same manner as
D18_annotations.rst397 An ambient declaration can be imported and used in exactly the same manner
D3_types.rst1586 a tuple in a manner similar to that used to access elements of an array.
2089 same manner as a reference type (see :ref:`Reference Types`).
D9_classes.rst21 Class declarations introduce new reference types and describe the manner
D17_experimental.rst2515 object of type ``DynamicObject`` are handled by the compiler in a special manner:
D7_expressions.rst94 or interface type after evaluation, unless the manner of the evaluation
3440 floating-point operations the operator '``%``' behaves in the same manner as
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe144.md9 dynamic manner, which is not compatible with static typing. The usage of
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dmonitor.yaml77 On monitorenter VM thread tries to get ownership of the monitor in the following manner: if
83 … On monitorexit VM thread release monitor in the following manner: thread decrements monitor count.
/arkcompiler/runtime_core/static_core/docs/
Dinspector.md45 To store managed objects in a GC-safe manner, `HandleScope` is used. Due to limitation of handle sc…
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Dhelpers.py269 """Create file in `safe` manner."""
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
Dlower.h173 * To be able to handle them in a unified manner, we lower intrinsiccall to Intrinsicsicop.
/arkcompiler/runtime_core/static_core/compiler/docs/
Dplt.md217 Registers are loaded in the same manner they were saved. So, in CallStatic we have to adjust stack …
/arkcompiler/runtime_core/compiler/docs/
Dplt.md217 Registers are loaded in the same manner they were saved. So, in CallStatic we have to adjust stack …
/arkcompiler/runtime_core/static_core/runtime/mem/
Dobject_helpers.cpp249 // For proxy class it is impossible to get field name in standard manner in GetFieldName()
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/
DBigInt.sts382 // are stored as little-endian manner
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_typedarray.cpp1275 …E: If srcType and targetType are the same the transfer must be performed in a manner that preserves in Set()
1404 …/ e. NOTE: If srcType and targetType are the same the transfer must be performed in a manner that in Slice()
Dbuiltins_typedarray.cpp1401 …E: If srcType and targetType are the same the transfer must be performed in a manner that preserves in Set()
1520 …/ e. NOTE: If srcType and targetType are the same the transfer must be performed in a manner that in Slice()