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

Unified Diff: pkg/compiler/lib/src/serialization/modelz.dart

Issue 2955353002: Split inference type-info accessors into members, parameters and local functions (Closed)
Patch Set: Cleanup Created 3 years, 6 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/serialization/modelz.dart
diff --git a/pkg/compiler/lib/src/serialization/modelz.dart b/pkg/compiler/lib/src/serialization/modelz.dart
index d96bcf9c96e470b2e5196595d4251a720e35b8b5..b1772f16fdfea1330f5d896a082cf08e5f1e954a 100644
--- a/pkg/compiler/lib/src/serialization/modelz.dart
+++ b/pkg/compiler/lib/src/serialization/modelz.dart
@@ -1760,6 +1760,8 @@ class LocalFunctionElementZ extends DeserializedElementZ
implements LocalFunctionElement {
LocalFunctionElementZ(ObjectDecoder decoder) : super(decoder);
+ MethodElement callMethod;
+
@override
accept(ElementVisitor visitor, arg) {
return visitor.visitLocalFunctionElement(this, arg);

Powered by Google App Engine
This is Rietveld 408576698