Home
last modified time | relevance | path

Searched defs:arkts (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/driver/build_system/src/build/
Dcompile_worker.ts40 let { arkts, arktsGlobal } = require(koalaWrapperPath); variable
Ddeclgen_worker.ts53 let { arkts, arktsGlobal } = require(koalaWrapperPath); variable
Dbase_mode.ts155 const arkts: ArkTS = this.buildConfig.arkts; constant
241 const arkts = this.buildConfig.arkts; constant
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/templates/
Darktsconfig.json8 "arkts": ["$ROOT/plugins/ets/sdk/arkts"], array
/arkcompiler/ets_frontend/ets2panda/driver/build_system/src/init/
Dprocess_build_config.ts139 const { arkts, arktsGlobal } = require(koalaWrapperPath); constant
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/libani_helpers/
Dconcurrency_helpers.cpp20 namespace arkts::concurrency_helpers { namespace
Dani_signature_builder.cpp47 namespace arkts::ani_signature { namespace
/arkcompiler/ets_frontend/ets2panda/bindings/src/
Dtypes.ts123 arkts: object; property
/arkcompiler/ets_frontend/ets2panda/driver/build_system/src/
Dtypes.ts29 arkts: ArkTS; property