| Index: src/x64/codegen-x64.h
|
| ===================================================================
|
| --- src/x64/codegen-x64.h (revision 5369)
|
| +++ src/x64/codegen-x64.h (working copy)
|
| @@ -492,6 +492,11 @@
|
| void GenericBinaryOperation(BinaryOperation* expr,
|
| OverwriteMode overwrite_mode);
|
|
|
| + // Generate a stub call from the virtual frame.
|
| + Result GenerateGenericBinaryOpStubCall(GenericBinaryOpStub* stub,
|
| + Result* left,
|
| + Result* right);
|
| +
|
| // Emits code sequence that jumps to a JumpTarget if the inputs
|
| // are both smis. Cannot be in MacroAssembler because it takes
|
| // advantage of TypeInfo to skip unneeded checks.
|
|
|