Merge branch 'master' into harmony-v3.3.7

This commit is contained in:
alexlamsl
2018-01-14 17:15:16 +08:00
5 changed files with 142 additions and 20 deletions

View File

@@ -58,7 +58,7 @@ function SymbolDef(scope, orig, init) {
this.id = SymbolDef.next_id++;
};
SymbolDef.next_id = 1e6;
SymbolDef.next_id = 1;
SymbolDef.prototype = {
unmangleable: function(options) {