• Home
  • Raw
  • Download

Lines Matching refs:program_

65     if (program_->Kind() == parser::ScriptKind::MODULE) {  in InitTopScope()
88 lexer::LineIndex index(program_->SourceCode()); in ThrowRedeclaration()
98 lexer::LineIndex index(program_->SourceCode()); in ThrowUndeclaredExport()
108 lexer::LineIndex index(program_->SourceCode()); in ThrowInvalidDstrTarget()
174 ASSERT(program_->ModuleRecord()); in AssignIndexToModuleVariable()
175 program_->ModuleRecord()->AssignIndexToModuleVariable(topScope_->AsModuleScope()); in AssignIndexToModuleVariable()
180 ASSERT(program_->Ast()); in IdentifierAnalysis()
187 ResolveReferences(program_->Ast()); in IdentifierAnalysis()
190 ResolveReferences(program_->Ast()); in IdentifierAnalysis()
197 ResolveReferences(program_->Ast()); in IdentifierAnalysis()
255 res.variable->SetLexical(res.scope, program_->PatchFixHelper()); in LookupReference()
318 util::Concurrent::ProcessConcurrent(Program()->GetLineIndex(), ident, res, program_); in LookupIdentReference()
319 res.variable->SetLexical(res.scope, program_->PatchFixHelper()); in LookupIdentReference()
342 if (program_->PatchFixHelper()) { in StoreAndCheckSpecialFunctionName()
343 if (program_->PatchFixHelper()->IsDumpSymbolTable()) { in StoreAndCheckSpecialFunctionName()
348 if (program_->PatchFixHelper()->IsHotFix()) { in StoreAndCheckSpecialFunctionName()
351program_->PatchFixHelper()->CheckAndRestoreSpecialFunctionName(++globalIndexForSpecialFunc_, in StoreAndCheckSpecialFunctionName()
356 … ASSERT(program_->PatchFixHelper()->IsColdFix() || program_->PatchFixHelper()->IsHotReload()); in StoreAndCheckSpecialFunctionName()
372 auto internalName = std::string(program_->FormatedRecordName()) + std::string(name); in BuildFunction()
379 ss << std::string(program_->FormatedRecordName()); in BuildFunction()
403 StoreAndCheckSpecialFunctionName(internalNameStr, program_->RecordName().Mutf8()); in BuildFunction()
578 classDef->BuildClassEnvironment(program_->UseDefineSemantic()); in BuildClassDefinition()
887 if (program_->Kind() == parser::ScriptKind::COMMONJS) { in AddMandatoryParams()
1052 lexer::LineIndex index(program_->SourceCode()); in CheckPrivateDeclaration()