Merge branch 'master' into harmony-v3.0.0

This commit is contained in:
alexlamsl
2017-05-07 07:18:15 +08:00
83 changed files with 9768 additions and 8722 deletions

View File

@@ -9,7 +9,7 @@ describe("Try", function() {
var test = function(code) {
return function () {
uglify.parse(code, {fromString: true});
uglify.parse(code);
}
}
var error = function (e) {