Searched defs:top_scope_ (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dparser.h562 bool inside_with() const { return top_scope_->inside_with(); }
567 ASSERT(top_scope_ != NULL);
568 return top_scope_->is_extended_mode();
572 ? top_scope_ : top_scope_->DeclarationScope();
819 Scope* top_scope_; member in class:v8::internal::Parser

Completed in 84 milliseconds