Home
last modified time | relevance | path

Searched refs:targetApiSubVersion (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/es2panda/parser/program/
H A Dprogram.h188 void SetTargetApiSubVersion(std::string targetApiSubVersion) in SetTargetApiSubVersion() argument
190 targetApiSubVersion_ = targetApiSubVersion; in SetTargetApiSubVersion()
/arkcompiler/ets_frontend/es2panda/util/
H A DsymbolTable.cpp28 bool SymbolTable::Initialize(int targetApiVersion, std::string targetApiSubVersion) in Initialize() argument
31 targetApiSubVersion_ = targetApiSubVersion; in Initialize()
H A DsymbolTable.h47 bool Initialize(int targetApiVersion, std::string targetApiSubVersion);
/arkcompiler/ets_frontend/es2panda/aot/
H A DemitFiles.cpp49 auto targetSubApi = options_->CompilerOptions().targetApiSubVersion; in Schedule()
H A Doptions.cpp430 panda::PandArg<std::string> targetApiSubVersion("target-api-sub-version", in Parse()
504 argparser_->Add(&targetApiSubVersion); in Parse()
521 compilerOptions_.targetApiSubVersion = targetApiSubVersion.GetValue(); in Parse()
H A Dmain.cpp62 options->CompilerOptions().targetApiSubVersion); in GenerateBase64Output()
316 options->CompilerOptions().targetApiSubVersion); in Run()
/arkcompiler/ets_frontend/es2panda/
H A Des2panda.cpp84 options.targetApiVersion, options.targetApiSubVersion)) { in CheckOptionsAndFileForAbcInput()
229 if (!symbolTable->Initialize(options.targetApiVersion, options.targetApiSubVersion)) { in CompileFiles()
H A Des2panda.h123 std::string targetApiSubVersion; member
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.cpp139 program_.SetTargetApiSubVersion(options.targetApiSubVersion); in Parse()

Completed in 11 milliseconds