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

Unified Diff: lib/compiler/implementation/namer.dart

Issue 10539104: Give static functions that have a getter a name. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
« no previous file with comments | « lib/compiler/implementation/emitter.dart ('k') | lib/isolate/frog/isolateimpl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/compiler/implementation/namer.dart
diff --git a/lib/compiler/implementation/namer.dart b/lib/compiler/implementation/namer.dart
index 1d46c91b09a679cc836701b7019ef9666f7879e9..123098ffbc349d3c877c63e3a84342e552c23b1a 100644
--- a/lib/compiler/implementation/namer.dart
+++ b/lib/compiler/implementation/namer.dart
@@ -9,6 +9,7 @@ class Namer {
final Compiler compiler;
static final CLOSURE_INVOCATION_NAME = const SourceString('\$call');
+ static final STATIC_CLOSURE_NAME_NAME = '\$name';
static final OPERATOR_EQUALS = const SourceString('operator\$eq');
static Set<String> _jsReserved = null;
« no previous file with comments | « lib/compiler/implementation/emitter.dart ('k') | lib/isolate/frog/isolateimpl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698