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

Constructor call bugs #2

Open
esbena opened this issue Nov 19, 2015 · 1 comment
Open

Constructor call bugs #2

esbena opened this issue Nov 19, 2015 · 1 comment
Labels

Comments

@esbena
Copy link
Member

esbena commented Nov 19, 2015

The log for 10k/heatmap.html states that the constructor call at 51:22 has a callee allocated at 51:22, which is clearly wrong!

        var buffer = new Canvas({width: c.w(), height: c.h()}), // line 51

Similar oddities occurs throughout the log file.

(NB: Canvas is an user-allocated function, it is not the DOM Canvas)

@esbena esbena added the bug label Nov 19, 2015
@esbena
Copy link
Member Author

esbena commented Nov 19, 2015

I think it has something to do with the call stack that the logger is trying to maintain, due to some unforeseen call pattern involving natives/eval/events/???.

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

No branches or pull requests

1 participant