Home
last modified time | relevance | path

Searched refs:GetDeclarationScope (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/ast/
Dscopes.cc325 outer_scope_ ? outer_scope_->GetDeclarationScope() : nullptr; in SetDefaults()
561 decl_scope = decl_scope->outer_scope()->GetDeclarationScope(); in HoistSloppyBlockFunctions()
1087 DCHECK_IMPLIES(GetDeclarationScope()->is_being_lazily_parsed(), in DeclareLocal()
1090 DCHECK(!GetDeclarationScope()->was_lazily_parsed()); in DeclareLocal()
1099 DCHECK(!GetDeclarationScope()->is_being_lazily_parsed()); in DeclareVariable()
1100 DCHECK(!GetDeclarationScope()->was_lazily_parsed()); in DeclareVariable()
1103 return GetDeclarationScope()->DeclareVariable( in DeclareVariable()
1162 GetDeclarationScope()->sloppy_block_function_map(); in DeclareVariable()
1215 DCHECK(GetDeclarationScope()->is_being_lazily_parsed()); in DeclareVariableName()
1218 return GetDeclarationScope()->DeclareVariableName(name, mode); in DeclareVariableName()
[all …]
Dscopes.h424 DeclarationScope* GetDeclarationScope(); in NON_EXPORTED_BASE()
/external/v8/src/parsing/
Dpattern-rewriter.cc232 : descriptor_->scope->GetDeclarationScope()); in VisitVariableProxy()
Dparser-base.h671 V8_INLINE DeclarationScope* GetDeclarationScope() const { in GetDeclarationScope() function
672 return scope()->GetDeclarationScope(); in GetDeclarationScope()
1410 scope->GetDeclarationScope()->RecordEvalCall(); in CheckPossibleEvalCall()
5388 switch (GetDeclarationScope()->scope_type()) { in ParseReturnStatement()
Dpreparser.h1182 GetDeclarationScope()->DeclareSloppyBlockFunction(variable_name.string_,
Dparser.cc1429 GetDeclarationScope()->DeclareSloppyBlockFunction(variable_name, scope(), in DeclareFunction()