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

Unified Diff: pkg/compiler/lib/src/common/resolution.dart

Issue 1408043002: Move native and js interop properties from the element model to the JS backend (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Updated cf. comments. Created 5 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/compiler/lib/src/common/codegen.dart ('k') | pkg/compiler/lib/src/compiler.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/common/resolution.dart
diff --git a/pkg/compiler/lib/src/common/resolution.dart b/pkg/compiler/lib/src/common/resolution.dart
index 88cb4b97532f2ba7453e5e6e824d1585d50ebab3..bfea747128d86c8c93c5cdb9331a475bcf5f0b74 100644
--- a/pkg/compiler/lib/src/common/resolution.dart
+++ b/pkg/compiler/lib/src/common/resolution.dart
@@ -28,6 +28,8 @@ import '../elements/elements.dart' show
import '../enqueue.dart' show
ResolutionEnqueuer,
WorldImpact;
+import '../parser/element_listener.dart' show
+ ScannerOptions;
import '../tree/tree.dart' show
AsyncForIn,
Send,
@@ -36,8 +38,6 @@ import '../universe/universe.dart' show
UniverseSelector;
import '../util/util.dart' show
Setlet;
-import 'registry.dart' show
- Registry;
import 'work.dart' show
ItemCompilationContext,
WorkItem;
@@ -328,4 +328,5 @@ abstract class Parsing {
DiagnosticReporter get reporter;
void parsePatchClass(ClassElement cls);
measure(f());
+ ScannerOptions getScannerOptionsFor(Element element);
}
« no previous file with comments | « pkg/compiler/lib/src/common/codegen.dart ('k') | pkg/compiler/lib/src/compiler.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698