| Index: src/hydrogen.h
|
| ===================================================================
|
| --- src/hydrogen.h (revision 8141)
|
| +++ src/hydrogen.h (working copy)
|
| @@ -878,6 +878,10 @@
|
| HInstruction* BuildBinaryOperation(BinaryOperation* expr,
|
| HValue* left,
|
| HValue* right);
|
| + HInstruction* BuildBinaryOperation(Token::Value op,
|
| + HValue* left,
|
| + HValue* right,
|
| + TypeInfo info);
|
| HInstruction* BuildIncrement(bool returns_original_input,
|
| CountOperation* expr);
|
| HLoadNamedField* BuildLoadNamedField(HValue* object,
|
|
|