Index: src/x64/codegen-x64.h |
=================================================================== |
--- src/x64/codegen-x64.h (revision 4514) |
+++ src/x64/codegen-x64.h (working copy) |
@@ -488,6 +488,10 @@ |
Condition cc, |
bool strict, |
ControlDestination* destination); |
+ void GenerateInlineNumberComparison(Result* left_side, |
+ Result* right_side, |
+ Condition cc, |
+ ControlDestination* dest); |
// To prevent long attacker-controlled byte sequences, integer constants |
// from the JavaScript source are loaded in two parts if they are larger |