more cleanup (dropped AST_SwitchBlock)
This commit is contained in:
@@ -127,7 +127,7 @@ AST_Toplevel.DEFMETHOD("figure_out_scope", function(){
|
||||
if (p instanceof AST_For
|
||||
|| p instanceof AST_ForIn
|
||||
|| p instanceof AST_DWLoop
|
||||
|| p instanceof AST_Switch) {
|
||||
|| p instanceof AST_SwitchBranch) {
|
||||
node.loopcontrol_target = p.body;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user