Home | History | Annotate | Download | only in src

Lines Matching defs:BlockState

462 // FunctionState and BlockState together implement the parser's scope stack.
463 // The parser's current scope is in top_scope_. The BlockState and
468 class Parser::BlockState BASE_EMBEDDED {
470 BlockState(Parser* parser, Scope* scope)
476 ~BlockState() { parser_->top_scope_ = outer_scope_; }
1319 BlockState block_state(this, scope);
2001 { BlockState block_state(this, block_scope);
2583 { BlockState block_state(this, with_scope);
2729 BlockState block_state(this, catch_scope);