Closed thlorenz closed 10 years ago
This fixes detective for cases where a function call that is found has no args, i.e. x()
x()
Currently detective blows up in this case since it passes undefined (the arg) to escodegen.
undefined
published in 2.4.1
This fixes detective for cases where a function call that is found has no args, i.e.
x()
Currently detective blows up in this case since it passes
undefined
(the arg) to escodegen.