index
:
tracifyjs
apprentice
templatifyjs
Reverse engineer's tool for tracing the flow of data in JS program, based on UglifyJS
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ufuzz.js
Age
Commit message (
Expand
)
Author
2017-11-05
tweak #2424 (#2432)
Alex Lam S.L
2017-11-04
improve variations on call arguments for `ufuzz` (#2424)
Alex Lam S.L
2017-11-04
reduce `this` within functions (#2421)
...
Alex Lam S.L
2017-06-10
fix non-string parameters (#2076)
...
Alex Lam S.L
2017-06-09
report `test/ufuzz.js` failures in `process.stderr` (#2074)
Alex Lam S.L
2017-05-28
implement `--help options` (#2017)
Alex Lam S.L
2017-05-15
fix & improve coverage of `estree` (#1935)
...
Alex Lam S.L
2017-05-14
fix bugs with getter/setter (#1926)
...
Alex Lam S.L
2017-05-09
update `minify()` usage in `test/ufuzz.js` (#1888)
...
Alex Lam S.L
2017-05-08
deprecate low level API (#1877)
...
Alex Lam S.L
2017-04-24
fix fuzzer on `this` (#1842)
...
Alex Lam S.L
2017-04-23
improve parser under "use strict" (#1836)
...
Alex Lam S.L
2017-04-22
fix label-related bugs (#1835)
...
Alex Lam S.L
2017-04-15
unify CLI & API under `minify()` (#1811)
...
Alex Lam S.L
2017-04-09
enhance `test/ufuzz.js` (#1803)
...
Alex Lam S.L
2017-04-07
extend ufuzz generator (#1783)
...
Alex Lam S.L
2017-04-03
extend `test/ufuzz.js` (#1769)
...
Alex Lam S.L
2017-04-02
speed up fuzzer code generation (#1757)
...
Alex Lam S.L
2017-04-02
minor tweaks to `test/ufuzz.js` (#1756)
...
Alex Lam S.L
2017-04-02
upgrade fuzzer (#1754)
...
Alex Lam S.L
2017-04-02
fuzz regexp literals, more constant numbers, typeof expression (#1755)
kzc
2017-04-01
minor tweaks to fuzzer (#1751)
...
Alex Lam S.L
2017-04-01
implement `test/sandbox.js` (#1749)
...
Alex Lam S.L
2017-03-31
Massive extension of the fuzzer (#1697)
...
Peter van der Zee
2017-03-27
ufuzz: workaround for Function.toString() v2 (#1700)
Alex Lam S.L
2017-03-26
ufuzz: workaround function name and toString() (#1688)
...
Alex Lam S.L
2017-03-26
fallthrough should not execute case expression (#1683)
...
Alex Lam S.L
2017-03-26
Improve fuzzer. :) (#1665)
...
Peter van der Zee
2017-03-25
introduce ufuzz.js (#1655)
...
Alex Lam S.L