Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp986 bool Helpers::IsDefaultApiVersion(int apiVersion, std::string subApiVersion) in IsDefaultApiVersion()
992 bool Helpers::IsSupportLazyImportVersion(int apiVersion, std::string subApiVersion) in IsSupportLazyImportVersion()
/arkcompiler/runtime_core/libpandafile/
Dfile_item_container.h233 static uint8_t apiVersion; variable
Dfile_item_container.cpp168 uint8_t ItemContainer::apiVersion = 0; member in panda::panda_file::ItemContainer