Home
last modified time | relevance | path

Searched full:support (Results 1 – 25 of 686) sorted by relevance

12345678910>>...28

/arkcompiler/runtime_core/docs/changelogs/
D2023-12-31-isa-changelog.md12 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:
D2024-07-05-file_format-changelog.md5 * 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_runtime/test/aottest/builtins_decode_uri_component/
Dbuiltins_decode_uri_component.ts26 …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/runtime_core/static_core/plugins/ets/stdlib/std/core/
DGC.sts71 * current GC does not support requested cause
89 * current GC does not support requested cause
90 * @throws UnsupportedOperationException if current GC does not support requested cause
120 * current GC does not support requested cause
141 * @throws UnsupportedOperationException if GC doesn't support postponing
153 * @throws UnsupportedOperationException if GC doesn't support postponing
165 * @throws UnsupportedOperationException if used GC does not support pinning
189 * @throws UnsupportedOperationException if used GC does not support pinning
204 * @throws UnsupportedOperationException if used GC does not support pinning
219 * @throws UnsupportedOperationException if used GC does not support pinning
[all …]
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/
Denum2.sts41 /* @@@ label Error SyntaxError: Local type declaration (class, struct, interface and enum) support
42 /* @@@ label1 Error SyntaxError: Local type declaration (class, struct, interface and enum) support
43 /* @@@ label2 Error SyntaxError: Local type declaration (class, struct, interface and enum) support
44 /* @@@ label3 Error SyntaxError: Local type declaration (class, struct, interface and enum) support
/arkcompiler/ets_frontend/arkguard/test/ut/utils/apiTest_visitAtKeepNames/
DatKeepTest01.ets16 // test support ets
31 // @KeepSymbol Do not support
34 // Do not support @KeepSymbol
/arkcompiler/runtime_core/static_core/scripts/dep-lists/
Dubuntu-22-04-cross-arm-all21 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
Dubuntu-20-04-cross-arm-all21 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
Dubuntu-18-04-cross-arm-all26 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_runtime/ecmascript/platform/windows/
Dos.cpp58 LOG_ECMA(INFO) << "Bind Small Core in windows not support"; in BindSmallCpuCore()
63 LOG_ECMA(INFO) << "Bind Mid Core in windows not support"; in BindMidCpuCore()
74 LOG_ECMA(INFO) << "Set Security Label in windows not support"; in SetSecurityLabel()
79 LOG_ECMA(INFO) << "Initialize Malloc Config in windows not support"; in InitializeMallocConfig()
/arkcompiler/runtime_core/static_core/docs/
Dbytecode_profiling.md3 ## Support in ISA
11 ## Support in Runtime
23 ## Support in AOT compilation
/arkcompiler/runtime_core/scripts/dep-lists/
Dubuntu-20-04-cross-arm-all25 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
Dubuntu-18-04-cross-arm-all26 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/
DVersion.md7 Support for wildcard usage in obfuscation whitelist.
12 Support file name obfuscation in HAP/HSP module.
/arkcompiler/runtime_core/static_core/plugins/ets/doc/cookbook/
Dsummary.rst19 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/
Drecipe142.md7 ArkTS does not support ``as const`` assertions because in the standard TypeScript
9 does not support literal types.
/arkcompiler/ets_frontend/es2panda/test/compiler/js/regex/
Dmatchall_extract_usernames.js16 const str = "Follow us @example and @support.";
18 print(JSON.stringify(matches)); // @example,@support
Dmatchall_extract_domain_names.js16 const str = "Visit example.com and support.example.org.";
18 print(JSON.stringify(matches)); // example.com,support.example.org
Dmatchall_extract_emails.js16 const str = "Contact us at info@example.com or support@example.org.";
18 print(JSON.stringify(matches)); // info@example.com,support@example.org
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp65 LOG_ECMA(ERROR) << "Not support arkcompiler heap snapshot"; in DumpHeapSnapshot()
78 LOG_ECMA(ERROR) << "Not support arkcompiler heap snapshot"; in DumpHeapSnapshot()
108 LOG_ECMA(ERROR) << "Not support arkcompiler heap snapshot"; in DumpHeapSnapshot()
174 LOG_ECMA(ERROR) << "Not support arkcompiler heap snapshot"; in DumpHeapSnapshot()
256 LOG_ECMA(ERROR) << "Not support GenerateHeapSnapshotByBinFile"; in GenerateHeapSnapshotByBinFile()
361 LOG_ECMA(ERROR) << "Not support arkcompiler heap snapshot"; in DestroyHeapProfiler()
394 LOG_ECMA(ERROR) << "Not support arkcompiler heap tracking"; in StartHeapTracking()
408 LOG_ECMA(ERROR) << "Not support arkcompiler heap tracking"; in UpdateHeapTracking()
420 LOG_ECMA(ERROR) << "Not support arkcompiler heap tracking"; in StopHeapTracking()
438 LOG_ECMA(ERROR) << "Not support arkcompiler heap tracking"; in StopHeapTracking()
[all …]
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/
DstaticInitializerInInnerClass.sts34 /* @@@ label Error SyntaxError: Local type declaration (class, struct, interface and enum) support
35 /* @@@ label1 Error SyntaxError: Local type declaration (class, struct, interface and enum) support
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_async_function.cpp24 // not support in SharedAsyncFunctionConstructor()
25 …THROW_TYPE_ERROR_AND_RETURN(argv->GetThread(), "Not support eval. Forbidden using new SharedAsyncF… in SharedAsyncFunctionConstructor()
Dbuiltins_shared_function.cpp21 // not support in SharedFunctionConstructor()
25 …THROW_TYPE_ERROR_AND_RETURN(thread, "Not support eval. Forbidden using new SharedFuction()/SharedF… in SharedFunctionConstructor()
Dbuiltins_async_function.cpp24 // not support in AsyncFunctionConstructor()
25 …THROW_TYPE_ERROR_AND_RETURN(argv->GetThread(), "Not support eval. Forbidden using new AsyncFunctio… in AsyncFunctionConstructor()
Dbuiltins_shared_object.cpp21 // not support in SharedObjectConstructor()
25 …THROW_TYPE_ERROR_AND_RETURN(thread, "Not support eval. Forbidden using new SharedObject()/SharedOb… in SharedObjectConstructor()

12345678910>>...28