Home
last modified time | relevance | path

Searched full:via (Results 1 – 25 of 256) sorted by relevance

1234567891011

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/20.implementation_details/03.how_to_get_type_via_reflection/
Dhow_to_get_type_via_reflection_ext.params.yaml16 - desc: How to get number[] via reflection.
20 - desc: How to get object[] via reflection.
24 - desc: How to get Promise<number>[] via reflection.
28 - desc: How to get bigint via reflection.
32 - desc: How to get RegExp[] via reflection.
36 - desc: How to get Set[] via reflection.
40 - desc: How to get string[] via reflection.
44 - desc: How to get Promise<string>[] via reflection.
48 - desc: How to get User[] via reflection.
52 - desc: How to get Boolean via reflection.
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_sdk/api/@ohos/buffer/
DBufferIndexTest.ets21 suite.addTest("Test get via indexer", testIndexerGet)
22 suite.addTest("Test set via indexer", testIndexerSet)
23 suite.addTest("Test combined get and set via indexer", testIndexerGetSet)
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_abi.h56 - X87, X87UP These classes consists of types that will be returned via the x87 FPU.
57 - COMPLEX_X87 This class consists of types that will be returned via the x87 FPU.
60 - MEMORY This class consists of types that will be passed and returned in memory via the stack.
/arkcompiler/ets_frontend/es2panda/test/parser/binder/
Dgetter-setter-name-ts.ts20 for (C = class { get ['x' in empty]() { return 'via get'; } }; ; ) {
26 C.prototype.false = 'via set';
Dgetter-setter-name-js.js20 for (C = class { get ['x' in empty]() { return 'via get'; } }; ; ) {
26 C.prototype.false = 'via set';
Dgetter-setter-name-js-expected.txt16 lda.str via get
104 lda.str via set
Dgetter-setter-name-ts-expected.txt16 lda.str via get
104 lda.str via set
/arkcompiler/runtime_core/static_core/plugins/ets/doc/concurrency/
Dos_based_lock_deadlock_seq.plantuml45 "Thread #1" -> "Thread #1": try to acquire Lock B, locked via pthread_mutex_lock
46 "Thread #2" -> "Thread #2": try to acquire Lock A, locked via pthread_mutex_lock
/arkcompiler/runtime_core/docs/
Druntime-debug-api.md11 1. Runtime and debugger work in the same process. Debugger functionality is provided via shared lib…
29 …ger`](../runtime/tooling/debugger.h) subscribes to these events and notificates debugger via hooks.
/arkcompiler/runtime_core/static_core/docs/
Druntime-debug-api.md11 1. Runtime and debugger work in the same process. Debugger functionality is provided via shared lib…
29 …ger`](../runtime/tooling/debugger.h) subscribes to these events and notificates debugger via hooks.
/arkcompiler/ets_runtime/test/aottest/ldobjbyname_typed_path/
Dexpect_output.txt51 Testing object literal with prototype changed (via obj.__proto__):
53 Testing Array with prototype changed (via arr.__proto__):
/arkcompiler/ets_runtime/test/moduletest/definemethod/
Ddefinemethod.js59 for (D = class { get ['x' in empty]() {return 'via get';}};;) {
65 D.prototype.false = 'via set';
Dexpect_output.txt18 via set
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe121.md7 ArkTS does not support importing via ``require``.
/arkcompiler/runtime_core/static_core/compiler/docs/
Dlower_boxed_boolean_doc.md21 - Checks if the load accesses `Boolean.value` field via runtime metadata.
31 - Gets boolean value via runtime (`1` for `TRUE`, `0` for `FALSE`).
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Dast_verifier_check_abstract_call_test.cpp53 // Setup call to abstract method via super in TEST_F()
71 …EXPECT_TRUE(Verify<CheckAbstractMethod>(ExpectVerifierMessage {"CALL TO ABSTRACT METHOD VIA SUPER"… in TEST_F()
/arkcompiler/ets_frontend/test/scripts/utils/
Dreadme.md7 * Automatically send test results via email
/arkcompiler/ets_frontend/es2panda/compiler/base/
Dcondition.cpp39 // These operators are expressed via cmp instructions and the following in Compile()
40 // if-else branches. Condition also expressed via cmp instruction and in Compile()
/arkcompiler/toolchain/websocket/
Dhandshake_helper.cpp30 // base64-encoding is done via EVP_EncodeBlock, which writes a null-terminated string. in GenerateRandomSecWSKey()
68 // base64-encoding is done via EVP_EncodeBlock, which writes a null-terminated string. in EncodeKey()
/arkcompiler/runtime_core/static_core/plugins/ets/doc/
Dinspector_how_to.md24 4. Connect via Browser with the following link:
/arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/call_runtime/
Dtopropertykey_dynamic.js22 return 'via get';
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/
Dsuper_field.ets26 …Class field 'value' defined by the parent class is not accessible in the child class via super. */
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/
DinvalidPrivateAccess4.ets26 …or: Class field 'a' defined by the parent class is not accessible in the child class via super. */
/arkcompiler/runtime_core/static_core/runtime/arch/amd64/
Dcommon_amd64.S20 // This trampoline solves this problem by just invoking the entrypoint via regular call.
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/import_tests/
Dimport_all_alias_2.ets18 // Throw error: entities should only be reachable via Test alias.

1234567891011