Merge branch 'master' into harmony-v3.0.28

This commit is contained in:
alexlamsl
2017-08-20 00:35:46 +08:00
7 changed files with 77 additions and 10 deletions

View File

@@ -315,6 +315,7 @@ AST_Toplevel.DEFMETHOD("figure_out_scope", function(options){
ref.reference(options);
});
node.thedef = def;
node.reference(options);
return true;
}
}));