Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prototype of getter/setter functions in node 4 #8

Open
msridhar opened this issue Jun 3, 2016 · 0 comments
Open

prototype of getter/setter functions in node 4 #8

msridhar opened this issue Jun 3, 2016 · 0 comments

Comments

@msridhar
Copy link
Contributor

msridhar commented Jun 3, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant