Index: src/x64/macro-assembler-x64.h |
=================================================================== |
--- src/x64/macro-assembler-x64.h (revision 3859) |
+++ src/x64/macro-assembler-x64.h (working copy) |
@@ -486,6 +486,9 @@ |
// jcc instructions (je, ja, jae, jb, jbe, je, and jz). |
void FCmp(); |
+ // Abort execution if argument is not a number. Used in debug code. |
+ void AbortIfNotNumber(Register object, const char* msg); |
+ |
// --------------------------------------------------------------------------- |
// Exception handling |