aboutsummaryrefslogtreecommitdiff
path: root/lib/transform.js
diff options
context:
space:
mode:
authorAlex Lam S.L <alexlamsl@gmail.com>2017-05-14 02:10:34 +0800
committerGitHub <noreply@github.com>2017-05-14 02:10:34 +0800
commit3ca902258c24209699f0b5bd5b9654252e492272 (patch)
treeda7dbf1bc1e3bd70e463da43d0f7ebc06a36b2db /lib/transform.js
parentfd0951231cce6aa2710bdb4f0ff8a963596f842c (diff)
downloadtracifyjs-3ca902258c24209699f0b5bd5b9654252e492272.tar.gz
tracifyjs-3ca902258c24209699f0b5bd5b9654252e492272.zip
fix bugs with getter/setter (#1926)
- `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
Diffstat (limited to 'lib/transform.js')
0 files changed, 0 insertions, 0 deletions
, %options): Add "--diff". (%default-options): Add 'difference-report' key. (report-differing-files): Parameterize CURRENT-TERMINAL-COLUMNS and pass #:report-differences to 'summarize-report'. * guix/tests/http.scm (%local-url): Add optional argument. (call-with-http-server): Fix docstring typo. * tests/challenge.scm (query-path-size, make-narinfo): New procedures. ("differing-files"): New test. * doc/guix.texi (Invoking guix challenge): Document "--diff". Ludovic Courtès