hint that brackets may be required in AST_BlockStatement
This commit is contained in:
@@ -7,7 +7,7 @@ AST_Toplevel.DEFMETHOD("figure_out_scope", function(){
|
||||
// times on the same tree.
|
||||
|
||||
// pass 1: setup scope chaining and handle definitions
|
||||
var scope = null;
|
||||
var scope = this.parent_scope;
|
||||
var labels = {};
|
||||
var tw = new TreeWalker(function(node, descend){
|
||||
if (node instanceof AST_Scope) {
|
||||
|
||||
Reference in New Issue
Block a user