What happens:
Bindings fails to get the root dir
Reproduction:
calling bindings through eval
Example: Using webpack and having bindings in a dependency (ie: of zmq)
Analysis:
While getting the file name from the stack trace, getFileName() returns undefined.
As filenames could be stored st[i].getEvalOrigin() not only in st[i].getFileName() based on https://github.com/v8/v8/wiki/Stack-Trace-API
What happens:
Bindings fails to get the root dir
Reproduction:
calling bindings through eval
Example: Using webpack and having bindings in a dependency (ie: of zmq)
Analysis:
While getting the file name from the stack trace, getFileName() returns undefined.
As filenames could be stored st[i].getEvalOrigin() not only in st[i].getFileName() based on https://github.com/v8/v8/wiki/Stack-Trace-API