| Index: src/hydrogen.h
|
| diff --git a/src/hydrogen.h b/src/hydrogen.h
|
| index 8ed112119ca97d26ae4a203179b3b0327a2d86ea..28ea2815dda20f40f09156a99a695ace00813f86 100644
|
| --- a/src/hydrogen.h
|
| +++ b/src/hydrogen.h
|
| @@ -649,6 +649,7 @@ class FunctionState BASE_EMBEDDED {
|
| 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
|
|
|