Home
last modified time | relevance | path

Searched refs:GetProgram (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/es2panda/parser/context/
DparserContext.h85 const Program *GetProgram() const in DEFINE_BITOPS()
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.h118 panda::pandasm::Program *GetProgram() const;
DtypeExtractorEmitter.cpp35 auto prog = pg_->Context()->GetEmitter()->GetProgram(); in TypeExtractorEmitter()
Demitter.cpp599 panda::pandasm::Program *Emitter::GetProgram() const in GetProgram() function in panda::es2panda::compiler::Emitter
/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.h144 pandasm::Program *GetProgram() const in GetProgram() function
Dcodegen.cpp188 auto &litarr_table = GetProgram()->literalarray_table; in UpdateTypeInfoIndexAnnotation()
/arkcompiler/ets_frontend/es2panda/lexer/
Dlexer.cpp31 : allocator_(parserContext->GetProgram()->Allocator()), in Lexer()
33 source_(parserContext->GetProgram()->SourceCode()), in Lexer()
1197 if (parserContext_->GetProgram()->Extension() == ScriptExtension::JS) { in CheckEnumKeyword()
1226 …if (parserContext_->GetProgram()->Extension() == ScriptExtension::TS && keywordType <= TokenType::… in CheckFutureReservedKeyword()