This pull request adds an iid entry for the write-part of pre- and postfix operations on variables.
The pull request has successfully been tested with npm test.
The pull request diff is very minor, I suspect that some acorn-change have caused the problem.
Problem
An analysis that prints the locations .write and .putFieldPre does
not print a nice location for the write operation of pre- and
postfix operations on variables:
This pull request adds an iid entry for the write-part of pre- and postfix operations on variables.
The pull request has successfully been tested with npm test.
The pull request diff is very minor, I suspect that some acorn-change have caused the problem.
Problem
An analysis that prints the locations
.write
and.putFieldPre
does not print a nice location for thewrite
operation of pre- and postfix operations on variables:Run of Jalangi (current master HEAD):
PROGRAM.js:
ANALYSIS.js:
Fixed output
Run of Jalangi (this pull request):