Chromium Code Reviews| Index: runtime/vm/symbols.h |
| =================================================================== |
| --- runtime/vm/symbols.h (revision 31677) |
| +++ runtime/vm/symbols.h (working copy) |
| @@ -297,6 +297,7 @@ |
| V(hashCode, "get:hashCode") \ |
| V(_leftShiftWithMask32, "_leftShiftWithMask32") \ |
| V(OptimizedOut, "<optimized out>") \ |
| + V(NotInitialized, "<not initialized>") \ |
| V(ClassId, "get:_classId") \ |