Files
UglifyJS/lib
Mihai Bazon 851b48e4a3 fix compressing benchmark.js (it tried to evaluate a statement)
the following code in benchmark.js triggered the issue:

    support.decompilation = Function(
      'return (' + (function(x) { return { 'x': '' + (1 + x) + '', 'y': 0 }; }) + ')'
    )()(0).x === '1';

technically that could be resolved into a constant expression, but seems
it's being used here for browser bugs detection :-\
2012-10-13 12:57:10 +03:00
..
2012-10-12 11:07:35 +03:00
2012-10-09 18:35:53 +03:00
2012-10-13 12:42:01 +03:00
2012-10-13 12:24:27 +03:00
2012-10-02 16:39:53 +03:00
2012-10-12 14:55:54 +03:00