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

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

Issue 1121233002: Add ConstantExpression.evaluate. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. comments Created 5 years, 7 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/core_types.dart
diff --git a/pkg/compiler/lib/src/core_types.dart b/pkg/compiler/lib/src/core_types.dart
index a1ec975e53341d3fbb5c8946bbbc8464fc2ba204..c2e66c6943c7727d4850f7ea6b424a49424708d2 100644
--- a/pkg/compiler/lib/src/core_types.dart
+++ b/pkg/compiler/lib/src/core_types.dart
@@ -33,6 +33,9 @@ abstract class CoreTypes {
/// The `Null` type defined in 'dart:core'.
InterfaceType get nullType;
+ /// The `Type` type defined in 'dart:core'.
+ InterfaceType get typeType;
+
/// Returns an instance of the `List` type defined in 'dart:core' with
/// [elementType] as its type argument.
InterfaceType listType([DartType elementType = const DynamicType()]);
« no previous file with comments | « pkg/compiler/lib/src/constants/values.dart ('k') | pkg/compiler/lib/src/js_backend/constant_handler_javascript.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698