| Index: src/hydrogen.h
|
| diff --git a/src/hydrogen.h b/src/hydrogen.h
|
| index 8ed112119ca97d26ae4a203179b3b0327a2d86ea..c7f702c6b939e8082b4940304e24da6ce564dc49 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 { UNSUPPORTED_SWITCH, SMI_SWITCH, STRING_SWITCH };
|
|
|
| // A class encapsulating (lazily-allocated) break and continue blocks for
|
| // a breakable statement. Separated from BreakAndContinueScope so that it
|
|
|