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

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

Issue 641923003: Remove the need for functionSignature. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 2 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/elements.dart
diff --git a/sdk/lib/_internal/compiler/implementation/elements/elements.dart b/sdk/lib/_internal/compiler/implementation/elements/elements.dart
index b08b74d55fb14d1bd4a5acd098bb74facc5a3845..bbab77bc2c34c78880d69e271a0028b16336bcb3 100644
--- a/sdk/lib/_internal/compiler/implementation/elements/elements.dart
+++ b/sdk/lib/_internal/compiler/implementation/elements/elements.dart
@@ -1134,6 +1134,9 @@ abstract class FunctionElement extends Element
@deprecated FunctionSignature computeSignature(Compiler compiler);
bool get hasFunctionSignature;
+
+ /// The type of this function.
+ FunctionType get type;
}
/// A top level, static or instance function.

Powered by Google App Engine
This is Rietveld 408576698