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

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

Issue 23819039: Create type masks lazily. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update cf. comment Created 7 years, 3 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 3ab0a44d9d0e440c284fe32deec290665676f386..48fba41cb0e92afcb5ba78341f143e66c2cda972 100644
--- a/sdk/lib/_internal/compiler/implementation/elements/modelx.dart
+++ b/sdk/lib/_internal/compiler/implementation/elements/modelx.dart
@@ -1510,6 +1510,7 @@ abstract class BaseClassElementX extends ElementX implements ClassElement {
SourceString nativeTagInfo;
int supertypeLoadState;
int resolutionState;
+ bool get isResolved => resolutionState == STATE_DONE;
// backendMembers are members that have been added by the backend to simplify
// compilation. They don't have any user-side counter-part.

Powered by Google App Engine
This is Rietveld 408576698