| /arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/test/cookbook_tests/ |
| D | arkts-no-property-access-expression.d.ets | 18 export enum Support { 23 export enum Support { 28 export enum Support { 41 static bb: hh.Support; 42 static readonly cc: hh.Support; 44 static readonly ee1: hh.hhh.Support; 45 static readonly ee2: hh.hhh.hhhh.Support;
|
| D | arkts-no-property-access-expression.ts | 17 export declare enum Support { enum 22 export declare enum Support { enum 27 export declare enum Support { enum 46 static bb: hh.Support; 47 static readonly cc = hh.Support.COMMON_EVENT_SHUTDOWN; 49 static readonly ee1 =hh.hhh.Support.COMMON_EVENT_SHUTDOWN; 50 static readonly ee2 =hh.hhh.hhhh.Support.COMMON_EVENT_SHUTDOWN;
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/builtin/ |
| D | builtin_not_support_property_descriptor.ets.arkts2.json | 34 "rule": "Not support propertydescriptor (arkts-builtin-no-property-descriptor)", 44 "rule": "Not support propertydescriptor (arkts-builtin-no-property-descriptor)", 54 "rule": "Not support propertydescriptor (arkts-builtin-no-property-descriptor)", 64 "rule": "Not support propertydescriptor (arkts-builtin-no-property-descriptor)", 74 "rule": "Not support propertydescriptor (arkts-builtin-no-property-descriptor)", 84 "rule": "Not support propertydescriptor (arkts-builtin-no-property-descriptor)", 94 "rule": "Not support propertydescriptor (arkts-builtin-no-property-descriptor)", 104 "rule": "Not support propertydescriptor (arkts-builtin-no-property-descriptor)", 114 "rule": "Not support propertydescriptor (arkts-builtin-no-property-descriptor)", 124 "rule": "Not support propertydescriptor (arkts-builtin-no-property-descriptor)", [all …]
|
| D | builtin_callsignature.ets.arkts2.json | 24 "rule": "API is not support ctor signature and func (arkts-builtin-cotr)", 34 "rule": "API is not support ctor signature and func (arkts-builtin-cotr)", 104 "rule": "API is not support ctor signature and func (arkts-builtin-cotr)", 114 "rule": "API is not support ctor signature and func (arkts-builtin-cotr)", 144 "rule": "API is not support ctor signature and func (arkts-builtin-cotr)", 154 "rule": "API is not support ctor signature and func (arkts-builtin-cotr)", 174 "rule": "API is not support ctor signature and func (arkts-builtin-cotr)", 194 "rule": "API is not support ctor signature and func (arkts-builtin-cotr)", 204 "rule": "API is not support ctor signature and func (arkts-builtin-cotr)", 214 "rule": "API is not support ctor signature and func (arkts-builtin-cotr)",
|
| /arkcompiler/ets_runtime/ecmascript/platform/windows/ |
| D | os.cpp | 42 LOG_ECMA(INFO) << "Bind Small Core in windows not support"; in BindSmallCpuCore() 47 LOG_ECMA(INFO) << "Bind Mid Core in windows not support"; in BindMidCpuCore() 52 LOG_ECMA(INFO) << "Bind All Core in windows not support"; in BindAllCpuCore() 63 LOG_ECMA(INFO) << "Set Security Label in windows not support"; in SetSecurityLabel() 68 LOG_ECMA(INFO) << "Get Jit Fort ACL in windows not support"; in HasJitFortACL() 74 LOG_ECMA(INFO) << "Initialize Malloc Config in windows not support"; in InitializeMallocConfig() 79 LOG_ECMA(INFO) << "Check Disk Space not support in Windows"; in CheckDiskSpace()
|
| /arkcompiler/runtime_core/docs/changelogs/ |
| D | 2023-12-31-isa-changelog.md | 12 To support the latest class features in ECMAScript2022 and [sendable class](https://gitee.com/openh… 14 1. To support public fields which will use define semantic instead of set semantic, the following b… 19 2. To support private properties in class and access to them, the following bytecode instructions a… 25 3. To support `#x in obj` syntax, the following bytecode instruction is added: 34 6. To support sendable class, the following bytecode instructions are added:
|
| D | 2024-07-05-file_format-changelog.md | 5 * Support sendable function 10 ## Support sendable function 11 To support sendable function, a new Function Kind SENDABLE_FUNCTION is added for marking functions …
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/main/ |
| D | equals_token_option.ets.arkts2.json | 44 "rule": "Operator is not support (arkts-unsupport-operator)", 64 "rule": "Operator is not support (arkts-unsupport-operator)", 84 "rule": "Operator is not support (arkts-unsupport-operator)", 104 "rule": "Operator is not support (arkts-unsupport-operator)", 144 "rule": "Operator is not support (arkts-unsupport-operator)", 174 "rule": "Operator is not support (arkts-unsupport-operator)", 194 "rule": "Operator is not support (arkts-unsupport-operator)", 224 "rule": "Operator is not support (arkts-unsupport-operator)", 244 "rule": "Operator is not support (arkts-unsupport-operator)", 274 "rule": "Operator is not support (arkts-unsupport-operator)", [all …]
|
| D | nondecimal-bigint.ets.arkts2.json | 24 …als (0x/0o/0b) are not supported. Use decimal format instead (arkts-only-support-decimal-bigint-li… 34 …als (0x/0o/0b) are not supported. Use decimal format instead (arkts-only-support-decimal-bigint-li… 44 …als (0x/0o/0b) are not supported. Use decimal format instead (arkts-only-support-decimal-bigint-li…
|
| /arkcompiler/ets_runtime/test/aottest/builtins_decode_uri_component/ |
| D | builtins_decode_uri_component.ts | 26 …if (decodeURIComponent("http:%2f%2Fwww.runoob.ru/support/jobs/bin/static.py%3Fpage%3dwhy-ru.html%2… 27 !== "http://www.runoob.ru/support/jobs/bin/static.py?page=why-ru.html&sid=liveandwork") { 37 let s1 = "http:%2f%2Fwww.runoob.ru/support/jobs/bin/static.py"; 40 …if (decodeURIComponent(uri) !== "http://www.runoob.ru/support/jobs/bin/static.py?page=why-ru.html&… 50 …let string = "http:%2f%2Fwww.runoob.ru/support/jobs/bin/static.py%3Fpage%3dwhy-ru.html%26sid%3Dliv… 62 …let uri = "http:%2f%2Fwww.runoob好.ru/support/jobs/bin/static.py%3Fpage%3dwhy-ru.html%26sid%3Dlivea… 64 "http://www.runoob好.ru/support/jobs/bin/static.py?page=why-ru.html&sid=liveandwork") {
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/mac/ |
| D | os.cpp | 45 LOG_ECMA(INFO) << "Bind Small Core in macos not support"; in BindSmallCpuCore() 50 LOG_ECMA(INFO) << "Bind Mid Core in macos not support"; in BindMidCpuCore() 55 LOG_ECMA(INFO) << "Bind All Core in macos not support"; in BindAllCpuCore() 80 LOG_ECMA(INFO) << "Get Jit Fort ACL in mac not support"; in HasJitFortACL() 86 LOG_ECMA(INFO) << "Initialize Malloc Config in mac not support"; in InitializeMallocConfig() 91 LOG_ECMA(INFO) << "Check Disk Space not support in Mac"; in CheckDiskSpace()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/ |
| D | GC.ets | 70 * @throws IllegalArgumentException if current GC does not support requested cause 87 * @throws IllegalArgumentException if current GC does not support requested cause 88 * @throws UnsupportedOperationException if current GC does not support requested cause 117 * @throws IllegalArgumentException if current GC does not support requested cause 142 * @throws UnsupportedOperationException if GC doesn't support postponing 154 * @throws UnsupportedOperationException if GC doesn't support postponing 166 * @throws UnsupportedOperationException if used GC does not support pinning 190 * @throws UnsupportedOperationException if used GC does not support pinning 205 * @throws UnsupportedOperationException if used GC does not support pinning 220 * @throws UnsupportedOperationException if used GC does not support pinning [all …]
|
| /arkcompiler/ets_frontend/arkguard/test/ut/utils/apiTest_visitAtKeepNames/ |
| D | atKeepTest01.ets | 16 // test support ets 31 // @KeepSymbol Do not support 34 // Do not support @KeepSymbol
|
| /arkcompiler/runtime_core/static_core/scripts/dep-lists/ |
| D | ubuntu-22-04-cross-arm-all | 21 qemu-efi-aarch64=2022.02-* # QEMU: EFI support, Aarch64 22 qemu-efi-arm=2022.02-* # QEMU: EFI support, AArch32 23 gdb-multiarch=12.* # GDB with support for multiple architectures
|
| D | ubuntu-24-04-cross-arm-all | 21 qemu-efi-aarch64=2024.02-* # QEMU: EFI support, Aarch64 22 qemu-efi-arm=2024.02-* # QEMU: EFI support, AArch32 23 gdb-multiarch=15.* # GDB with support for multiple architectures
|
| D | ubuntu-20-04-cross-arm-all | 21 qemu-efi-aarch64=0~20191122.bd85bf54-* # QEMU: EFI support, Aarch64 22 qemu-efi-arm=0~20191122.bd85bf54-* # QEMU: EFI support, AArch32 23 gdb-multiarch=9.2-* # GDB with support for multiple architectures
|
| D | ubuntu-18-04-cross-arm-all | 26 qemu-efi-aarch64=0~20180205.c0d9813c-* # QEMU: EFI support, Aarch64 27 qemu-efi-arm=0~20180205.c0d9813c-* # QEMU: EFI support, ARM32 28 gdb-multiarch=8.1.1-* # GDB with support for multiple architectures
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | bytecode_profiling.md | 3 ## Support in ISA 11 ## Support in Runtime 23 ## Support in AOT compilation
|
| /arkcompiler/ets_runtime/test/aottest/isfastcall/ |
| D | isfastcall.ts | 21 // support fastcall 25 // support fastcall 31 // donot support fastcall: CALLRUNTIME_SUPERCALLFORWARDALLARGS_PREF_V8 35 // donot support fastcall: SUPERCALLTHISRANGE_IMM8_IMM8_V8 42 // donot support fastcall: WIDE_SUPERCALLTHISRANGE_PREF_IMM16_V8 49 // donot support fastcall: SUPERCALLSPREAD_IMM8_V8 56 // donot support fastcall: COPYRESTARGS_IMM8 61 // donot support fastcall: WIDE_COPYRESTARGS_PREF_IMM16 66 // donot support fastcall: RESUMEGENERATOR\SUSPENDGENERATOR_V8 78 // donot support fastcall: GETUNMAPPEDARGS [all …]
|
| /arkcompiler/runtime_core/scripts/dep-lists/ |
| D | ubuntu-20-04-cross-arm-all | 25 qemu-efi-aarch64=0~20191122.bd85bf54-* # QEMU: EFI support, Aarch64 26 qemu-efi-arm=0~20191122.bd85bf54-* # QEMU: EFI support, AArch32 27 gdb-multiarch=9.2-* # GDB with support for multiple architectures
|
| D | ubuntu-18-04-cross-arm-all | 26 qemu-efi-aarch64=0~20180205.c0d9813c-* # QEMU: EFI support, Aarch64 27 qemu-efi-arm=0~20180205.c0d9813c-* # QEMU: EFI support, ARM32 28 gdb-multiarch=8.1.1-* # GDB with support for multiple architectures
|
| /arkcompiler/ets_frontend/arkguard/ |
| D | Version.md | 7 Support for wildcard usage in obfuscation whitelist. 12 Support file name obfuscation in HAP/HSP module.
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/interop/ |
| D | static_dynamic_import.ets.arkts2.json | 24 "rule": "No support for static dynamic import (arkts-interop-d2s-dynamic-import)", 44 "rule": "No support for static dynamic import (arkts-interop-ts2s-dynamic-import-ts)", 64 "rule": "No support for static dynamic import (arkts-interop-js2s-dynamic-import-js)", 84 "rule": "No support for static dynamic import (arkts-interop-ts2s-dynamic-import-ts)",
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/cookbook/ |
| D | summary.rst | 19 can support with limitations, or cannot support. See :ref:`Recipes` for the 104 casts. |LANG| does not support such prohibited casts completely as shown in 175 extra runtime support that causes undesired execution overhead. 275 The languages that take the first approach are said to support structural 276 typing. The languages that take the second approach do not support structural 281 Why not just support it then? The reason is that structural typing support is 284 case of |LANG| that enforces static typing (see above), runtime support for 288 many aspects into account, the structural typing support is postponed.
|
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe142.md | 7 ArkTS does not support ``as const`` assertions because in the standard TypeScript 9 does not support literal types.
|