Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ast/
H A Dscopes.h522 DeclarationScope* GetDeclarationScope();
528 // TODO(leszeks): Check how often we skip eval scopes in GetDeclarationScope,
529 // and possibly merge this with GetDeclarationScope.
910 DeclarationScope* outer_decl_scope = outer_scope()->GetDeclarationScope(); in RecordDeclarationScopeEvalCall()
912 outer_decl_scope = outer_decl_scope->GetDeclarationScope(); in RecordDeclarationScopeEvalCall()
1352 GetDeclarationScope()->RecordDeclarationScopeEvalCall(); in RecordEvalCall()
1367 declaration_scope_(scope->GetDeclarationScope()), in Snapshot()
H A Dscopes.cc337 outer_scope_ ? outer_scope_->GetDeclarationScope() : nullptr; in SetDefaults()
1063 DCHECK_IMPLIES(GetDeclarationScope()->is_being_lazily_parsed(), in DeclareLocal()
1066 DCHECK(!GetDeclarationScope()->was_lazily_parsed()); in DeclareLocal()
1094 DCHECK(!GetDeclarationScope()->is_being_lazily_parsed()); in DeclareVariable()
1095 DCHECK(!GetDeclarationScope()->was_lazily_parsed()); in DeclareVariable()
1098 return GetDeclarationScope()->DeclareVariable( in DeclareVariable()
1176 DCHECK(GetDeclarationScope()->is_being_lazily_parsed()); in DeclareVariableName()
1180 return GetDeclarationScope()->DeclareVariableName(name, mode, was_added, in DeclareVariableName()
1444 DeclarationScope* Scope::GetDeclarationScope() { in GetDeclarationScope() function in v8::internal::Scope
2427 outer_scope()->GetDeclarationScope() in AllocateStackSlot()
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dpreparser.h1096 if (!IsLexicalVariableMode(mode)) scope = scope->GetDeclarationScope(); in DeclareVariableName()
1174 GetDeclarationScope()->DeclareSloppyBlockFunction(statement); in DeclareFunction()
H A Dparser.h380 return scope()->GetDeclarationScope()->has_checked_syntax(); in HasCheckedSyntax()
H A Dparser.cc1103 DeclarationScope* nearest_decl_scope = original_scope_->GetDeclarationScope(); in ParseClassForInstanceMemberInitialization()
1879 GetDeclarationScope()->DeclareSloppyBlockFunction(statement); in DeclareFunction()
H A Dparser-base.h833 V8_INLINE DeclarationScope* GetDeclarationScope() const { in GetDeclarationScope() function in v8::internal::ParseFunctionFlag::ParserBase
834 return scope()->GetDeclarationScope(); in GetDeclarationScope()
3992 : scope()->GetDeclarationScope(); in ParseVariableDeclarations()
5638 switch (GetDeclarationScope()->scope_type()) { in ParseReturnStatement()

Completed in 32 milliseconds