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

Unified Diff: runtime/vm/symbols.h

Issue 351673002: Add class id constants fields to dart:_internal class 'ClassID'. Use the fields in the library (mor… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 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 | « 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
===================================================================
--- runtime/vm/symbols.h (revision 37613)
+++ runtime/vm/symbols.h (working copy)
@@ -316,13 +316,13 @@
V(_leftShiftWithMask32, "_leftShiftWithMask32") \
V(OptimizedOut, "<optimized out>") \
V(NotInitialized, "<not initialized>") \
- V(ClassId, "get:_classId") \
Florian Schneider 2014/06/24 09:38:59 Another example of a change that changes the snaps
V(AllocationStubFor, "Allocation stub for ") \
V(TempParam, ":temp_param") \
V(UserTag, "UserTag") \
V(_UserTag, "_UserTag") \
V(Default, "Default") \
V(StubPrefix, "[Stub] ") \
+ V(ClassID, "ClassID") \
// Contains a list of frequently used strings in a canonicalized form. This
« 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