Home | History | Annotate | Download | only in parsing

Lines Matching full:with_scope

2814   Scope* with_scope = NewScope(scope_, WITH_SCOPE);
2816 { BlockState block_state(&scope_, with_scope);
2817 with_scope->set_start_position(scanner()->peek_location().beg_pos);
2834 with_scope->set_end_position(scanner()->location().end_pos);
2836 return factory()->NewWithStatement(with_scope, expr, body, pos);