Home | History | Annotate | Download | only in parsing

Lines Matching refs:Block

15     Block* block, const DeclarationDescriptor* declaration_descriptor,
20 DCHECK(block->ignore_completion_value());
27 rewriter.block_ = block;
188 // block).
240 // and add it to the initialization statement block.
261 // and add it to the initialization statement block.
290 // Add an assignment node to the initialization statement block if we still
360 Block* old_block = block_;
404 // Either this scope is an arrow scope or a declaration block scope.
459 // new block. In the main body of this function, we write to block_ (both
461 // wrap this new block in a try-finally statement, restore block_ to its
647 Block* then = factory()->NewBlock(nullptr, 2, true, nopos);
665 Block* body = factory()->NewBlock(nullptr, 3, true, nopos);
746 NOT_A_PATTERN(Block)