Lines Matching refs:block_scope
1325 Scope* block_scope);
2768 Scope* block_scope = NewBlockScopeForObjectLiteral();
2769 block_scope->set_start_position(pos);
2770 BlockState object_literal_scope_state(&object_literal_scope_, block_scope);
2805 if (block_scope->needs_home_object()) {
2806 home_object = block_scope->DeclareHomeObjectVariable(ast_value_factory());
2807 block_scope->set_end_position(end_position());
2809 block_scope = block_scope->FinalizeBlockScope();
2810 DCHECK_NULL(block_scope);
5325 ZonePtrList<const AstRawString>* labels, Scope* block_scope) {
5336 BlockState block_state(&scope_, block_scope);
6457 Scope* block_scope = scope()->FinalizeBlockScope();
6458 DCHECK_NULL(block_scope);
6459 USE(block_scope);