Lines Matching defs:ScopedDebugInfoPlugin

84 ScopedDebugInfoPlugin::ScopedDebugInfoPlugin(parser::Program *globalProgram, checker::ETSChecker *checker,
110 void ScopedDebugInfoPlugin::PreCheck()
118 void ScopedDebugInfoPlugin::PostCheck()
126 bool ScopedDebugInfoPlugin::InsertReturnStatement()
192 void ScopedDebugInfoPlugin::AddPrologueEpilogue(ir::BlockStatement *block)
213 varbinder::Variable *ScopedDebugInfoPlugin::FindIdentifier(ir::Identifier *ident)
234 varbinder::Variable *ScopedDebugInfoPlugin::FindClass(ir::Identifier *ident)
251 LOG(DEBUG, ES2PANDA) << "ScopedDebugInfoPlugin: FindClass " << ident->Name();
296 varbinder::Variable *ScopedDebugInfoPlugin::FindGlobalFunction(ir::Identifier *ident)
301 LOG(DEBUG, ES2PANDA) << "ScopedDebugInfoPlugin: FindGlobalFunction " << ident->Name();
352 varbinder::Variable *ScopedDebugInfoPlugin::FindGlobalVariable(ir::Identifier *ident)
355 LOG(DEBUG, ES2PANDA) << "ScopedDebugInfoPlugin: FindGlobalVariable " << ident->Name();
380 varbinder::Variable *ScopedDebugInfoPlugin::FindLocalVariable(ir::Identifier *ident)
388 LOG(DEBUG, ES2PANDA) << "ScopedDebugInfoPlugin: FindLocalVariable " << ident->Name();
395 void ScopedDebugInfoPlugin::ValidateEvaluationOptions(const CompilerOptions &options)
402 void ScopedDebugInfoPlugin::CreateContextPrograms()
410 parser::Program *ScopedDebugInfoPlugin::CreateEmptyProgram(std::string_view sourceFilePath, std::string_view moduleName)
429 parser::Program *ScopedDebugInfoPlugin::GetProgram(util::StringView fileName)
436 parser::Program *ScopedDebugInfoPlugin::GetEvaluatedExpressionProgram()
443 varbinder::ETSBinder *ScopedDebugInfoPlugin::GetETSBinder()
448 ArenaAllocator *ScopedDebugInfoPlugin::Allocator()