-
Notifications
You must be signed in to change notification settings - Fork 56
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
Cannot read property 'name' of undefined in benchmark-47.js #237
Comments
I'm getting a similar issue. http://jsperf.com/string-equality-lengths Google Chrome Version 44.0.2403.130 m on Windows 8.1 |
Yep, also an issue on FF 41.0a2 on Mac 10.10.3 using http://jsperf.com/mout-array-difference-vs-custom |
Also getting a similar issue with this one: |
(sorry for the reference, it has nothing to do with this thread) |
Yepp... My test: http://jsperf.com/anonymous-or-arrow/6 error appears when show the results: /* Error via Devtools */
//...
function e() {
var W = ui.browserscope
, U = []
, T = frames[P("iframe", W.container)[0].name].document // ✖
, S = P("text,textpath", T)
, V = W.uaClass
, R = false;
//... |
+1 |
1 similar comment
+1 |
He same error at http://jsperf.com/parse-vs-get/2 |
Yes getting this error! |
+1 |
1 similar comment
+1 |
Here is the jsperf for reproduction of the issue: http://jsperf.com/my-anonymous-vs-named-function
Using Google Chrome Version 44.0.2403.125 (64-bit) on OS X 10.10.4
The text was updated successfully, but these errors were encountered: