Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(628)

Unified Diff: src/interpreter/bytecode-generator.h

Issue 1415093006: [Interpreter] Add switch support. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@int_wideidx
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698