Lines Matching defs:BlockState
466 // FunctionState and BlockState together implement the parser's scope stack.
467 // The parser's current scope is in top_scope_. The BlockState and
472 class Parser::BlockState BASE_EMBEDDED {
474 BlockState(Parser* parser, Scope* scope)
480 ~BlockState() { parser_->top_scope_ = outer_scope_; }
1062 BlockState block_state(this, scope);
1744 { BlockState block_state(this, block_scope);
2354 { BlockState block_state(this, with_scope);
2504 BlockState block_state(this, catch_scope);