fix double-descend()
for `AST_Export` in `AST_Toplevel.figure_out_scope()`
This commit is contained in:
@@ -144,6 +144,7 @@ AST_Toplevel.DEFMETHOD("figure_out_scope", function(options){
|
||||
in_export = true;
|
||||
descend();
|
||||
in_export = false;
|
||||
return true;
|
||||
}
|
||||
if (node instanceof AST_LabeledStatement) {
|
||||
var l = node.label;
|
||||
|
||||
Reference in New Issue
Block a user