I'm implementing a couple of analysis in NodeProf. However, when trying to replicate the example of branch coverage like the on in this Jalangi tutorial, I'm getting the following kind of errors:
Note that it is a Typescript generated javascript snippet, but since the usage of this inside prototype defined functions is normal, I assumed this would work. Any insights on what's happending?
Hi!
I'm implementing a couple of analysis in NodeProf. However, when trying to replicate the example of branch coverage like the on in this Jalangi tutorial, I'm getting the following kind of errors:
The analysis source code is the following:
For running the analysis, I've used the latest release, an the following command:
Note that it is a Typescript generated javascript snippet, but since the usage of
this
inside prototype defined functions is normal, I assumed this would work. Any insights on what's happending?