Chromium Code Reviews| Index: src/assembler.h |
| =================================================================== |
| --- src/assembler.h (revision 9243) |
| +++ src/assembler.h (working copy) |
| @@ -833,6 +833,8 @@ |
| return num_bits_set; |
| } |
| +bool EvalComparison(Token::Value op, double op1, double op2); |
| + |
| // Computes pow(x, y) with the special cases in the spec for Math.pow. |
| double power_double_int(double x, int y); |
| double power_double_double(double x, double y); |