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

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

Issue 541683002: Generate needed classes for constant maps in metadata. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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
« no previous file with comments | « no previous file | sdk/lib/_internal/compiler/implementation/js_backend/backend.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/compiler/implementation/compiler.dart
diff --git a/sdk/lib/_internal/compiler/implementation/compiler.dart b/sdk/lib/_internal/compiler/implementation/compiler.dart
index 20b914c05f6db63df2f9b5d1187ed49e46c3d76e..313fbd07495a430a28dabbf7a718cd84b3490c03 100644
--- a/sdk/lib/_internal/compiler/implementation/compiler.dart
+++ b/sdk/lib/_internal/compiler/implementation/compiler.dart
@@ -278,9 +278,9 @@ abstract class Backend {
/// Called during codegen when [constant] has been used.
void registerCompileTimeConstant(Constant constant, Registry registry) {}
- /// Called during resolution when a metadata [constant] for [annotatedElement]
- /// has been evaluated.
- void registerMetadataConstant(Constant constant,
+ /// Called during resolution when a constant value for [metadata] on
+ /// [annotatedElement] has been evaluated.
+ void registerMetadataConstant(MetadataAnnotation metadata,
Element annotatedElement,
Registry registry) {}
« no previous file with comments | « no previous file | sdk/lib/_internal/compiler/implementation/js_backend/backend.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698