BlockState        468 src/parser.cc  class Parser::BlockState BASE_EMBEDDED {
BlockState        470 src/parser.cc    BlockState(Parser* parser, Scope* scope)
BlockState       1327 src/parser.cc      BlockState block_state(this, scope);
BlockState       2033 src/parser.cc    { BlockState block_state(this, block_scope);
BlockState       2623 src/parser.cc    { BlockState block_state(this, with_scope);
BlockState       2770 src/parser.cc        BlockState block_state(this, catch_scope);
BlockState        477 src/parser.h     class BlockState;
BlockState        837 src/parser.h     friend class BlockState;