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

Unified Diff: pkg/compiler/lib/src/js_backend/interceptor_data.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
Index: pkg/compiler/lib/src/js_backend/interceptor_data.dart
diff --git a/pkg/compiler/lib/src/js_backend/interceptor_data.dart b/pkg/compiler/lib/src/js_backend/interceptor_data.dart
index 3d2009f25fcb86fb3b9c1539f1f9998d72b5bbf8..5ada3f26067a8e005fd46d1d534c5a283a20d28e 100644
--- a/pkg/compiler/lib/src/js_backend/interceptor_data.dart
+++ b/pkg/compiler/lib/src/js_backend/interceptor_data.dart
@@ -46,7 +46,7 @@ abstract class InterceptorDataBuilder {
}
class InterceptorDataImpl implements InterceptorData {
- final NativeData _nativeData;
+ final NativeClassData _nativeData;
final BackendHelpers _helpers;
final ClosedWorld _closedWorld;
@@ -214,7 +214,7 @@ class InterceptorDataImpl implements InterceptorData {
}
class InterceptorDataBuilderImpl implements InterceptorDataBuilder {
- final NativeData _nativeData;
+ final NativeClassData _nativeData;
final BackendHelpers _helpers;
final CommonElements _commonElements;
final Resolution _resolution;
« no previous file with comments | « pkg/compiler/lib/src/js_backend/impact_transformer.dart ('k') | pkg/compiler/lib/src/js_backend/js_interop_analysis.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698