| Index: vm/symbols.h
|
| ===================================================================
|
| --- vm/symbols.h (revision 12304)
|
| +++ vm/symbols.h (working copy)
|
| @@ -93,12 +93,12 @@
|
| V(LanguageError, "LanguageError") \
|
| V(UnhandledException, "UnhandledException") \
|
| V(UnwindError, "UnwindError") \
|
| - V(IntegerImplementation, "IntegerImplementation") \
|
| + V(IntegerImplementation, "_IntegerImplementation") \
|
| V(Number, "num") \
|
| - V(Smi, "Smi") \
|
| - V(Mint, "Mint") \
|
| - V(Bigint, "Bigint") \
|
| - V(Double, "Double") \
|
| + V(Smi, "_Smi") \
|
| + V(Mint, "_Mint") \
|
| + V(Bigint, "_Bigint") \
|
| + V(Double, "_Double") \
|
| V(Bool, "bool") \
|
| V(ObjectArray, "ObjectArray") \
|
| V(GrowableObjectArray, "GrowableObjectArray") \
|
|
|