| Index: src/x64/macro-assembler-x64.h
|
| ===================================================================
|
| --- src/x64/macro-assembler-x64.h (revision 5232)
|
| +++ src/x64/macro-assembler-x64.h (working copy)
|
| @@ -582,6 +582,9 @@
|
| // Abort execution if argument is not a number. Used in debug code.
|
| void AbortIfNotNumber(Register object);
|
|
|
| + // Abort execution if argument is a smi. Used in debug code.
|
| + void AbortIfSmi(Register object);
|
| +
|
| // Abort execution if argument is not a smi. Used in debug code.
|
| void AbortIfNotSmi(Register object);
|
|
|
|
|