Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(631)

Side by Side Diff: pkg/analyzer/lib/src/generated/incremental_resolver.dart

Issue 1668993002: Remove unused READY_RESOLVED_UNIT10 and READY_RESOLVED_UNIT11. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/plugin/engine_plugin.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 library analyzer.src.generated.incremental_resolver; 5 library analyzer.src.generated.incremental_resolver;
6 6
7 import 'dart:collection'; 7 import 'dart:collection';
8 import 'dart:math' as math; 8 import 'dart:math' as math;
9 9
10 import 'package:analyzer/dart/ast/ast.dart'; 10 import 'package:analyzer/dart/ast/ast.dart';
(...skipping 891 matching lines...) Expand 10 before | Expand all | Expand 10 after
902 isByTask(BuildSourceExportClosureTask.DESCRIPTOR) || 902 isByTask(BuildSourceExportClosureTask.DESCRIPTOR) ||
903 isByTask(ComputeConstantDependenciesTask.DESCRIPTOR) || 903 isByTask(ComputeConstantDependenciesTask.DESCRIPTOR) ||
904 isByTask(ComputeConstantValueTask.DESCRIPTOR) || 904 isByTask(ComputeConstantValueTask.DESCRIPTOR) ||
905 isByTask(ComputeLibraryCycleTask.DESCRIPTOR) || 905 isByTask(ComputeLibraryCycleTask.DESCRIPTOR) ||
906 isByTask(ComputePropagableVariableDependenciesTask.DESCRIPTOR) || 906 isByTask(ComputePropagableVariableDependenciesTask.DESCRIPTOR) ||
907 isByTask(DartErrorsTask.DESCRIPTOR) || 907 isByTask(DartErrorsTask.DESCRIPTOR) ||
908 isByTask(ReadyLibraryElement2Task.DESCRIPTOR) || 908 isByTask(ReadyLibraryElement2Task.DESCRIPTOR) ||
909 isByTask(ReadyLibraryElement5Task.DESCRIPTOR) || 909 isByTask(ReadyLibraryElement5Task.DESCRIPTOR) ||
910 isByTask(ReadyLibraryElement6Task.DESCRIPTOR) || 910 isByTask(ReadyLibraryElement6Task.DESCRIPTOR) ||
911 isByTask(ReadyResolvedUnitTask.DESCRIPTOR) || 911 isByTask(ReadyResolvedUnitTask.DESCRIPTOR) ||
912 isByTask(ReadyResolvedUnit10Task.DESCRIPTOR) ||
913 isByTask(ReadyResolvedUnit11Task.DESCRIPTOR) ||
914 isByTask(EvaluateUnitConstantsTask.DESCRIPTOR) || 912 isByTask(EvaluateUnitConstantsTask.DESCRIPTOR) ||
915 isByTask(GenerateHintsTask.DESCRIPTOR) || 913 isByTask(GenerateHintsTask.DESCRIPTOR) ||
916 isByTask(InferInstanceMembersInUnitTask.DESCRIPTOR) || 914 isByTask(InferInstanceMembersInUnitTask.DESCRIPTOR) ||
917 isByTask(InferStaticVariableTypesInUnitTask.DESCRIPTOR) || 915 isByTask(InferStaticVariableTypesInUnitTask.DESCRIPTOR) ||
918 isByTask(LibraryErrorsReadyTask.DESCRIPTOR) || 916 isByTask(LibraryErrorsReadyTask.DESCRIPTOR) ||
919 isByTask(LibraryUnitErrorsTask.DESCRIPTOR) || 917 isByTask(LibraryUnitErrorsTask.DESCRIPTOR) ||
920 isByTask(ParseDartTask.DESCRIPTOR) || 918 isByTask(ParseDartTask.DESCRIPTOR) ||
921 isByTask(PartiallyResolveUnitReferencesTask.DESCRIPTOR) || 919 isByTask(PartiallyResolveUnitReferencesTask.DESCRIPTOR) ||
922 isByTask(PropagateVariableTypesInLibraryClosureTask.DESCRIPTOR) || 920 isByTask(PropagateVariableTypesInLibraryClosureTask.DESCRIPTOR) ||
923 isByTask(PropagateVariableTypesInLibraryTask.DESCRIPTOR) || 921 isByTask(PropagateVariableTypesInLibraryTask.DESCRIPTOR) ||
(...skipping 1267 matching lines...) Expand 10 before | Expand all | Expand 10 after
2191 @override 2189 @override
2192 String toString() => name; 2190 String toString() => name;
2193 } 2191 }
2194 2192
2195 class _TokenPair { 2193 class _TokenPair {
2196 final _TokenDifferenceKind kind; 2194 final _TokenDifferenceKind kind;
2197 final Token oldToken; 2195 final Token oldToken;
2198 final Token newToken; 2196 final Token newToken;
2199 _TokenPair(this.kind, this.oldToken, this.newToken); 2197 _TokenPair(this.kind, this.oldToken, this.newToken);
2200 } 2198 }
OLDNEW
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/plugin/engine_plugin.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698