diff --git a/lib/compress.js b/lib/compress.js index 9eed8280..fcc3f31e 100644 --- a/lib/compress.js +++ b/lib/compress.js @@ -611,7 +611,7 @@ merge(Compressor.prototype, { // inherits from AST_Statement; however, an AST_Function // isn't really a statement. This could byte in other // places too. :-( Wish JS had multiple inheritance. - return [ this ]; + throw def; }); function ev(node) { return node._eval();