Merge branch 'master' into harmony-v3.3.7
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user