Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp1020 bool Helpers::IsDefaultApiVersion(int apiVersion, std::string subApiVersion) in IsDefaultApiVersion()
1026 bool Helpers::IsSupportLazyImportVersion(int apiVersion, std::string subApiVersion) in IsSupportLazyImportVersion()
/arkcompiler/runtime_core/libpandafile/
Dfile_item_container.h236 static std::string subApiVersion; variable
Dfile_item_container.cpp166 std::string ItemContainer::subApiVersion = DEFAULT_SUB_API_VERSION; member in panda::panda_file::ItemContainer