Hi,
I really need urgent help on this... Jalangi fails to instrument the following code which is regularly runnable by NodeJS:
function a ()
{ var t;
function t() {}
}
Jalangi outputs:
SyntaxError: Identifier 't' has already been declared
Could you please give me an easy instruction on how to fix this bug in Jalangi's source code? Thanks very much for your help.
Hi,
I really need urgent help on this... Jalangi fails to instrument the following code which is regularly runnable by NodeJS:
Jalangi outputs:
SyntaxError: Identifier 't' has already been declaredCould you please give me an easy instruction on how to fix this bug in Jalangi's source code? Thanks very much for your help.