Index: src/interpreter/bytecode-generator.h |
diff --git a/src/interpreter/bytecode-generator.h b/src/interpreter/bytecode-generator.h |
index b42311b19424b4901e58dbacb43822042b58e38b..619347692573798f9ffe762a4e96a3c654965899 100644 |
--- a/src/interpreter/bytecode-generator.h |
+++ b/src/interpreter/bytecode-generator.h |
@@ -30,6 +30,7 @@ class BytecodeGenerator : public AstVisitor { |
private: |
class ContextScope; |
class ControlScope; |
+ class ControlScopeForSwitch; |
oth
2015/10/30 10:10:04
Nit - can we have alpha sorting here. ControlScope
rmcilroy
2015/10/30 11:47:00
Done.
|
class ControlScopeForIteration; |
class ExpressionResultScope; |
class EffectResultScope; |