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

Unified Diff: dart/sdk/lib/_internal/compiler/implementation/dart2jslib.dart

Issue 14646031: Implement invoke, setField, and getField (unminified). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Make expando private Created 7 years, 7 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: dart/sdk/lib/_internal/compiler/implementation/dart2jslib.dart
diff --git a/dart/sdk/lib/_internal/compiler/implementation/dart2jslib.dart b/dart/sdk/lib/_internal/compiler/implementation/dart2jslib.dart
index 78febabe6e33d5761c9d86b6b0a7e679fe694b6a..6dd95efab33c621d3dacc29363d4a919adf0668a 100644
--- a/dart/sdk/lib/_internal/compiler/implementation/dart2jslib.dart
+++ b/dart/sdk/lib/_internal/compiler/implementation/dart2jslib.dart
@@ -14,6 +14,7 @@ import 'dart_types.dart';
import 'elements/elements.dart';
import 'elements/modelx.dart'
show ErroneousElementX,
+ ClassElementX,
CompilationUnitElementX,
LibraryElementX,
PrefixElementX,

Powered by Google App Engine
This is Rietveld 408576698