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

Unified Diff: runtime/vm/symbols.h

Issue 1062523002: Use evaluate:source as the uri of eval scripts instead of the empty string, so e.g., package:stack… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 9 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 | « runtime/vm/object.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/symbols.h
diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
index a55bcfbf10c2aa1e2f0362da0a2eb77a92112545..0f85495c670fe055d6c3a613667620418f874a0b 100644
--- a/runtime/vm/symbols.h
+++ b/runtime/vm/symbols.h
@@ -334,6 +334,7 @@ class ObjectPointerVisitor;
V(DartVMService, "dart:vmservice") \
V(DartProfiler, "dart:profiler") \
V(DartIOLibName, "dart.io") \
+ V(GeneratedSourceUri, "generated:source") \
siva 2015/04/03 18:26:57 Why not call it evaluate:source or something like
rmacnak 2015/04/03 18:37:17 sgtm
V(_Random, "_Random") \
V(_state, "_state") \
V(_A, "_A") \
« no previous file with comments | « runtime/vm/object.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698