Chromium Code Reviews| Index: src/ia32/codegen-ia32.h |
| =================================================================== |
| --- src/ia32/codegen-ia32.h (revision 5369) |
| +++ src/ia32/codegen-ia32.h (working copy) |
| @@ -574,6 +574,11 @@ |
| void Int32BinaryOperation(BinaryOperation* node); |
| + // Generate a stub call from the virtual frame. |
| + Result GenerateGenericBinaryOpStubCall(GenericBinaryOpStub* stub, |
| + Result* left, |
| + Result* right); |
| + |
| void Comparison(AstNode* node, |
| Condition cc, |
| bool strict, |