jalangi2
jalangi2 copied to clipboard
isComputed & binary delete
analysis.getField
and analysis.putField
have a parameter named isComputed
, it would be nice if analysis.binary
also had that, for use in delete o[p]
expressions.
fixed
Which commit contains the fix? The current version of analysis.js (c68fbd8) has no 'isComputed' arguments:
aret = sandbox.analysis.binaryPre(iid, op, left, right, !!isOpAssign, !!isSwitchCaseComparison);