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

Unified Diff: pkg/compiler/lib/src/common_elements.dart

Issue 2994333002: Various redemptions (Closed)
Patch Set: Fix + status updates Created 3 years, 4 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
« no previous file with comments | « no previous file | pkg/compiler/lib/src/js_emitter/program_builder/collector.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/common_elements.dart
diff --git a/pkg/compiler/lib/src/common_elements.dart b/pkg/compiler/lib/src/common_elements.dart
index 0c7edc97a9f675256dfbbb8030bcdf82b1e22482..86d62ea491d0f213d9421b18c281973a01eac4f2 100644
--- a/pkg/compiler/lib/src/common_elements.dart
+++ b/pkg/compiler/lib/src/common_elements.dart
@@ -1329,9 +1329,12 @@ abstract class ElementEnvironment {
/// `Object`.
DartType getTypeVariableBound(TypeVariableEntity typeVariable);
- /// Returns the type if [function].
+ /// Returns the type of [function].
FunctionType getFunctionType(FunctionEntity function);
+ /// Returns the type of [field].
+ DartType getFieldType(FieldEntity field);
+
/// Returns the type of the [local] function.
FunctionType getLocalFunctionType(Local local);
« no previous file with comments | « no previous file | pkg/compiler/lib/src/js_emitter/program_builder/collector.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698