Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/util/
Darktsconfig.cpp349 static void ResolvePathInDependenciesImpl(ArkTsConfig *arktsConfig, in ResolvePathInDependenciesImpl()
370 const JsonObject *arktsConfig) in ParseCompilerOptions()
433 auto arktsConfig = std::make_unique<JsonObject>(*tsConfigSource); in Parse() local
559 std::vector<fs::path> GetSourceList(const std::shared_ptr<ArkTsConfig> &arktsConfig) in GetSourceList()
642 …::pair<std::string, std::string>> FindProjectSources(const std::shared_ptr<ArkTsConfig> &arktsConf… in FindProjectSources()