Revision 3ca902258c24209699f0b5bd5b9654252e492272 authored by Alex Lam S.L on 13 May 2017, 18:10:34 UTC, committed by GitHub on 13 May 2017, 18:10:34 UTC
- `reduce_vars`
- `side_effects`
- property access for object
- `AST_SymbolAccessor` as key names

enhance `test/ufuzz.js`
- add object getter & setter
  - property assignment to setter
  - avoid infinite recursion in setter
- fix & adjust assignment operators
  - 50% `=`
  - 25% `+=`
  - 2.5% each for the rest
- avoid "Invalid array length"
- fix `console.log()`
  - bypass getter
  - curb recursive reference
- deprecate `-E`, always report runtime errors
1 parent fd09512
Raw File
.gitattributes
*.js    text eol=lf
back to top