| Index: runtime/vm/symbols.h
|
| ===================================================================
|
| --- runtime/vm/symbols.h (revision 25435)
|
| +++ runtime/vm/symbols.h (working copy)
|
| @@ -99,6 +99,7 @@
|
| V(ICData, "ICData") \
|
| V(MegamorphicCache, "MegamorphicCache") \
|
| V(SubtypeTestCache, "SubtypeTestCache") \
|
| + V(Error, "Error") \
|
| V(ApiError, "ApiError") \
|
| V(LanguageError, "LanguageError") \
|
| V(UnhandledException, "UnhandledException") \
|
| @@ -266,6 +267,7 @@
|
| V(_Random, "_Random") \
|
| V(_state, "_state") \
|
| V(_A, "_A") \
|
| + V(_stackTrace, "_stackTrace") \
|
| V(_SpecialTypeMirrorImpl, "_SpecialTypeMirrorImpl") \
|
| V(_LocalVariableMirrorImpl, "_LocalVariableMirrorImpl") \
|
|
|
|
|