Files
UglifyJS/test
Alex Lam S.L 0d7d4918eb augment evaluate to extract within objects (#1425)
- gated by `unsafe`
- replaces previous optimisation specific to String.length
- "123"[0] => 1
- [1, 2, 3][0] => 1
- [1, 2, 3].length => 3
- does not apply to objects with overridden prototype functions
2017-01-26 12:14:18 +01:00
..
2015-12-27 22:38:20 +01:00
2015-10-20 19:48:56 +01:00