fuzzilli
fuzzilli copied to clipboard
JSLifter Nested String Lifting Bug
Here is a before and after after compiling before.js to after.js
// before.js
var s = 'some "text"';
// after.js
var s = "some "text""; // <-- text becomes an identifier