Skip to content

[Error] same sub-function & variable name inside a same function #159

@gogo9th

Description

@gogo9th

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions