| Index: src/ia32/macro-assembler-ia32.h
|
| ===================================================================
|
| --- src/ia32/macro-assembler-ia32.h (revision 4098)
|
| +++ src/ia32/macro-assembler-ia32.h (working copy)
|
| @@ -179,6 +179,9 @@
|
| // Abort execution if argument is not a number. Used in debug code.
|
| void AbortIfNotNumber(Register object, const char* msg);
|
|
|
| + // Abort execution if argument is not a smi. Used in debug code.
|
| + void AbortIfNotSmi(Register object, const char* msg);
|
| +
|
| // ---------------------------------------------------------------------------
|
| // Exception handling
|
|
|
|
|