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.rst65 manner than errors.
148 errors in a manner similar to the handling of exceptions.
D20_implementation.rst158 the manner of behavior of generics and function types. It is expected to change
D14_ambients.rst418 An ambient interface can contain additional members in the same manner as
D13_modules.rst159 Modules and packages are created and stored in a manner determined by the
160 host system. The exact manner modules and packages are stored in a file
908 The exact manner declaration modules are stored in the file system, and how
1345 If a class or an interface is exported in this manner, then its usage is
D18_annotations.rst510 An ambient declaration can be imported and used in exactly the same manner
D3_types.rst1770 a tuple in a manner similar to that used to access elements of an array.
2350 same manner as a reference type (see :ref:`Reference Types`).
D9_classes.rst21 Class declarations introduce new reference types and describe the manner
D7_expressions.rst96 interface, or function type after evaluation, unless the manner of the
3690 on floating-point operations the operator '``%``' behaves in the same manner as
D17_experimental.rst2839 object of type ``DynamicObject`` are handled by the compiler in a special manner:
/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/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
Dlower.h122 * To be able to handle them in a unified manner, we lower intrinsiccall to Intrinsicsicop.
/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/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.cpp250 // 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.sts417 // are stored as little-endian manner
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_typedarray.cpp1302 …E: If srcType and targetType are the same the transfer must be performed in a manner that preserves in Set()
1431 …/ e. NOTE: If srcType and targetType are the same the transfer must be performed in a manner that in Slice()
Dbuiltins_typedarray.cpp1400 …E: If srcType and targetType are the same the transfer must be performed in a manner that preserves in Set()
1519 …/ e. NOTE: If srcType and targetType are the same the transfer must be performed in a manner that in Slice()