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

Unified Diff: sdk/lib/_internal/compiler/implementation/elements/modelx.dart

Issue 12250002: dart2js: In minified mode shorter getter and setter names. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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: sdk/lib/_internal/compiler/implementation/elements/modelx.dart
diff --git a/sdk/lib/_internal/compiler/implementation/elements/modelx.dart b/sdk/lib/_internal/compiler/implementation/elements/modelx.dart
index f53bfef7645801e01fec468437cbe4f993c7f7aa..7fe160cca9e5e5aa0d567073ffb0eb57d48cd003 100644
--- a/sdk/lib/_internal/compiler/implementation/elements/modelx.dart
+++ b/sdk/lib/_internal/compiler/implementation/elements/modelx.dart
@@ -262,6 +262,7 @@ class ElementX implements Element {
bool _isNative = false;
bool isNative() => _isNative;
bool hasFixedBackendName() => _fixedBackendName != null;
+ bool fieldAccessNeverThrows() => false;
String fixedBackendName() => _fixedBackendName;
// Marks this element as a native element.
void setNative(String name) {

Powered by Google App Engine
This is Rietveld 408576698