Lines Matching full:with_scope
2352 Scope* with_scope = NewScope(top_scope_, WITH_SCOPE);
2354 { BlockState block_state(this, with_scope);
2355 with_scope->set_start_position(scanner().peek_location().beg_pos);
2357 with_scope->set_end_position(scanner().location().end_pos);
2359 return factory()->NewWithStatement(with_scope, expr, stmt, pos);