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

/external/v8/src/
H A Dparser.cc463 // The parser's current scope is in top_scope_. The BlockState and
472 outer_scope_(parser->top_scope_) {
473 parser->top_scope_ = scope;
476 ~BlockState() { parser_->top_scope_ = outer_scope_; }
494 outer_scope_(parser->top_scope_),
497 parser->top_scope_ = scope;
504 parser_->top_scope_ = outer_scope_;
544 top_scope_(NULL),
594 ASSERT(top_scope_ == NULL);
605 { Scope* scope = NewScope(top_scope_, GLOBAL_SCOP
[all...]
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 49 milliseconds