| Index: src/type-info.h
|
| ===================================================================
|
| --- src/type-info.h (revision 6128)
|
| +++ src/type-info.h (working copy)
|
| @@ -230,12 +230,6 @@
|
|
|
| class TypeFeedbackOracle BASE_EMBEDDED {
|
| public:
|
| - enum Side {
|
| - LEFT,
|
| - RIGHT,
|
| - RESULT
|
| - };
|
| -
|
| explicit TypeFeedbackOracle(Handle<Code> code);
|
|
|
| bool LoadIsMonomorphic(Property* expr);
|
| @@ -253,8 +247,8 @@
|
| bool LoadIsBuiltin(Property* expr, Builtins::Name id);
|
|
|
| // Get type information for arithmetic operations and compares.
|
| - TypeInfo BinaryType(BinaryOperation* expr, Side side);
|
| - TypeInfo CompareType(CompareOperation* expr, Side side);
|
| + TypeInfo BinaryType(BinaryOperation* expr);
|
| + TypeInfo CompareType(CompareOperation* expr);
|
| TypeInfo SwitchType(CaseClause* clause);
|
|
|
| private:
|
|
|