Home
last modified time | relevance | path

Searched refs:ScopeScope (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/parsing/
Dpreparsed-scope-data.h24 class ScopeScope {
26 ScopeScope(PreParsedScopeData* data, ScopeType scope_type,
28 ~ScopeScope();
35 ScopeScope* previous_scope_;
40 DISALLOW_COPY_AND_ASSIGN(ScopeScope);
49 ScopeScope* current_scope_ = nullptr;
Dpreparsed-scope-data.cc31 PreParsedScopeData::ScopeScope::ScopeScope(PreParsedScopeData* data, in ScopeScope() function in v8::internal::PreParsedScopeData::ScopeScope
46 PreParsedScopeData::ScopeScope::~ScopeScope() { in ~ScopeScope()
68 void PreParsedScopeData::ScopeScope::MaybeAddVariable(Variable* var) { in MaybeAddVariable()
/external/v8/src/ast/
Dscopes.cc2273 PreParsedScopeData::ScopeScope scope_scope(data, scope_type(), in CollectVariableData()