Home
last modified time | relevance | path

Searched refs:IsDefaultApiVersion (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/es2panda/util/
H A DsymbolTable.cpp115 if (util::Helpers::IsDefaultApiVersion(targetApiVersion_, targetApiSubVersion_)) { in ReadSymbolTable()
H A DpatchFix.cpp129 if (util::Helpers::IsDefaultApiVersion(targetApiVersion_, targetApiSubVersion_)) { in IsAnonymousOrSpecialOrDuplicateFunction()
571 if ((!util::Helpers::IsDefaultApiVersion(targetApiVersion_, targetApiSubVersion_)) && in HandleFunction()
628 if (util::Helpers::IsDefaultApiVersion(targetApiVersion_, targetApiSubVersion_)) { in DumpFunctionInfo()
H A Dhelpers.h161 static bool IsDefaultApiVersion(int apiVersion, std::string subApiVersion);
H A Dhelpers.cpp986 bool Helpers::IsDefaultApiVersion(int apiVersion, std::string subApiVersion) in IsDefaultApiVersion() function in Helpers
/arkcompiler/ets_frontend/es2panda/binder/
H A Dbinder.cpp381 if (!util::Helpers::IsDefaultApiVersion(Program()->TargetApiVersion(), Program()->GetTargetApiSubVersion())) { in BuildFunction()
771 !util::Helpers::IsDefaultApiVersion(program_->TargetApiVersion(), program_->GetTargetApiSubVersion())); in ResolveReference()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp582 if (util::Helpers::IsDefaultApiVersion(Binder()->Program()->TargetApiVersion(), in DefineFieldByName()
1102 if (util::Helpers::IsDefaultApiVersion(Binder()->Program()->TargetApiVersion(), in IsTrue()
1165 if (util::Helpers::IsDefaultApiVersion(Binder()->Program()->TargetApiVersion(), in BranchIfFalse()
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A Demitter.cpp684 if (util::Helpers::IsDefaultApiVersion(context->Binder()->Program()->TargetApiVersion(), in AddScopeNamesRecord()

Completed in 12 milliseconds