Index: src/hydrogen.h |
=================================================================== |
--- src/hydrogen.h (revision 10035) |
+++ src/hydrogen.h (working copy) |
@@ -657,6 +657,7 @@ |
class HGraphBuilder: public AstVisitor { |
public: |
enum BreakType { BREAK, CONTINUE }; |
+ enum SwitchType { UNKNOWN_SWITCH, SMI_SWITCH, STRING_SWITCH }; |
// A class encapsulating (lazily-allocated) break and continue blocks for |
// a breakable statement. Separated from BreakAndContinueScope so that it |