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

Unified Diff: pkg/compiler/lib/src/js_backend/resolution_listener.dart

Issue 2727253007: Add NativeClassData/NativeClassDataBuilder (Closed)
Patch Set: Created 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/compiler/lib/src/js_backend/native_data.dart ('k') | pkg/compiler/lib/src/native/enqueue.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/js_backend/resolution_listener.dart
diff --git a/pkg/compiler/lib/src/js_backend/resolution_listener.dart b/pkg/compiler/lib/src/js_backend/resolution_listener.dart
index ddee14c4e6bb9b8e6b38e2697e8cb8d3c862cd7e..152610aa8c85f63485d851750a693aaa9ad3098d 100644
--- a/pkg/compiler/lib/src/js_backend/resolution_listener.dart
+++ b/pkg/compiler/lib/src/js_backend/resolution_listener.dart
@@ -27,7 +27,7 @@ import 'interceptor_data.dart';
import 'lookup_map_analysis.dart' show LookupMapLibraryAccess;
import 'mirrors_analysis.dart';
import 'mirrors_data.dart';
-import 'native_data.dart' show NativeData;
+import 'native_data.dart' show NativeClassData;
import 'no_such_method_registry.dart';
import 'type_variable_handler.dart';
@@ -41,7 +41,7 @@ class ResolutionEnqueuerListener extends EnqueuerListener {
final BackendImpacts _impacts;
final ElementEnvironment _elementEnvironment;
- final NativeData _nativeData;
+ final NativeClassData _nativeData;
final InterceptorDataBuilder _interceptorData;
final BackendUsageBuilder _backendUsage;
final RuntimeTypesNeedBuilder _rtiNeedBuilder;
« no previous file with comments | « pkg/compiler/lib/src/js_backend/native_data.dart ('k') | pkg/compiler/lib/src/native/enqueue.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698