workaround stack overflow in ChakraCore

This commit is contained in:
alexlamsl 2018-04-26 14:08:15 +08:00
parent 9e87edfc2e
commit 4fbd331672

View File

@ -91,7 +91,7 @@ describe("parentheses", function() {
"(function(){}).name;",
];
for (var i = 16; --i >= 0;) {
[].push.apply(code, code);
code = code.concat(code);
}
code = code.join("");
var result = uglify.minify(code, {