Searched refs:IsDefaultApiVersion (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_frontend/es2panda/util/ |
H A D | symbolTable.cpp | 115 if (util::Helpers::IsDefaultApiVersion(targetApiVersion_, targetApiSubVersion_)) { in ReadSymbolTable()
|
H A D | patchFix.cpp | 129 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 D | helpers.h | 161 static bool IsDefaultApiVersion(int apiVersion, std::string subApiVersion);
|
H A D | helpers.cpp | 986 bool Helpers::IsDefaultApiVersion(int apiVersion, std::string subApiVersion) in IsDefaultApiVersion() function in Helpers
|
/arkcompiler/ets_frontend/es2panda/binder/ |
H A D | binder.cpp | 381 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 D | pandagen.cpp | 582 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 D | emitter.cpp | 684 if (util::Helpers::IsDefaultApiVersion(context->Binder()->Program()->TargetApiVersion(), in AddScopeNamesRecord()
|
Completed in 12 milliseconds