Home
last modified time | relevance | path

Searched defs:declPath (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-common-tests/testing_arktsconfig_paths_search_order/
Darktsconfig.json22 "declPath": "./test_path/aaa/a.d.ets", string
27 "declPath": "./test_path/aaa/foo.d.ets", string
/arkcompiler/ets_frontend/ets2panda/test/tsconfig/test-decl/resolve-dynamic-paths/
Darktsconfig.in.decl.json9 …"js": { "language": "js", "declPath": "${CMAKE_CURRENT_SOURCE_DIR}/${project}/js/index.ets", "ohmU… string
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/class_operations/
Darktsconfig.in.decl.json12 "declPath": "${CMAKE_CURRENT_SOURCE_DIR}/module.ets" string
/arkcompiler/ets_frontend/ets2panda/test/tsconfig/test-decl/check-decl-path/
Darktsconfig.in.decl.json9 …"js": { "language": "js", "declPath": "${CMAKE_CURRENT_SOURCE_DIR}/wrong-path/js/index.ets", "ohmU… string
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/class_composite/
Darktsconfig.in.decl.json11 "declPath": "${CMAKE_CURRENT_SOURCE_DIR}/js/index.ets", string
/arkcompiler/ets_frontend/ets2panda/test/tsconfig/test-decl/check-extend-dynamic/
Darktsconfig.in.decl.json9 …"js": { "language": "js", "declPath": "${CMAKE_CURRENT_SOURCE_DIR}/${project}/js/index.ets", "ohmU… string
/arkcompiler/ets_frontend/ets2panda/test/tsconfig/test-decl/typecheck-decl/
Darktsconfig.in.decl.json9 …"js": { "language": "js", "declPath": "${CMAKE_CURRENT_SOURCE_DIR}/${project}/js/index.ets", "ohmU… string
/arkcompiler/ets_frontend/ets2panda/test/tsconfig/test-decl/check-export-decl/
Darktsconfig.in.decl.json9 …"js": { "language": "js", "declPath": "${CMAKE_CURRENT_SOURCE_DIR}/${project}/js/index.ets", "ohmU… string
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/instanceof/
Darktsconfig.in.json16 "declPath": "${CMAKE_CURRENT_SOURCE_DIR}/js/instanceof_partial_decl.ets" string
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/js_to_ets/
Darktsconfig.in.json12 "declPath": "${CMAKE_CURRENT_SOURCE_DIR}/js_suites/scenarios.ets" string
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsImportDeclaration.h45 std::string_view declPath, std::string_view ohmUrl) in SetImportMetadata()
/arkcompiler/ets_frontend/ets2panda/bindings/src/build/
DgenerateArkTSConfig.ts25 declPath: string; property
/arkcompiler/ets_frontend/ets2panda/driver/build_system/src/build/
Dgenerate_arktsconfig.ts45 declPath: string, property
/arkcompiler/ets_frontend/ets2panda/util/
Darktsconfig.h94 explicit DynamicImportData(Language lang, std::string declPath, std::string ohmUrl) in DynamicImportData()
/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
Dplugin_proceed_to_state_create_import.cpp140 auto declPath = g_impl->ETSImportDeclarationDeclPathConst(g_ctx, ast); in Find() local