HomeSort by relevance Sort by last modified time
    Searched refs:ScopeScope (Results 1 - 3 of 3) sorted by null

  /external/v8/src/parsing/
preparsed-scope-data.h 24 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;
preparsed-scope-data.cc 31 PreParsedScopeData::ScopeScope::ScopeScope(PreParsedScopeData* data,
46 PreParsedScopeData::ScopeScope::~ScopeScope() {
68 void PreParsedScopeData::ScopeScope::MaybeAddVariable(Variable* var) {
  /external/v8/src/ast/
scopes.cc     [all...]

Completed in 265 milliseconds