You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In node.js v4, getter and setter functions no longer have a prototype object. There are places we assume that every function has a prototype object. E.g., in TraceAnalysisRunner, when parsing CREATE_FUN entries, we assume objId+1 is the id for the prototype object for the function. We should fix the code to avoid such assumptions.
The text was updated successfully, but these errors were encountered:
In node.js v4, getter and setter functions no longer have a prototype object. There are places we assume that every function has a prototype object. E.g., in TraceAnalysisRunner, when parsing CREATE_FUN entries, we assume objId+1 is the id for the prototype object for the function. We should fix the code to avoid such assumptions.
The text was updated successfully, but these errors were encountered: