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

Cannot read property 'name' of undefined in benchmark-47.js #237

Open
borisdiakur opened this issue Aug 4, 2015 · 12 comments
Open

Cannot read property 'name' of undefined in benchmark-47.js #237

borisdiakur opened this issue Aug 4, 2015 · 12 comments
Labels

Comments

@borisdiakur
Copy link

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

@heneryville
Copy link

I'm getting a similar issue.

http://jsperf.com/string-equality-lengths

Google Chrome Version 44.0.2403.130 m on Windows 8.1

@KyleMit
Copy link

KyleMit commented Aug 15, 2015

👍

@kirbysayshi
Copy link

Yep, also an issue on FF 41.0a2 on Mac 10.10.3 using http://jsperf.com/mout-array-difference-vs-custom

@gibatronic
Copy link

Also getting a similar issue with this one:
http://jsperf.com/biggest-collatz-conjecture

@gibatronic
Copy link

(sorry for the reference, it has nothing to do with this thread)

@lagden
Copy link

lagden commented Sep 9, 2015

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;
//...

@bogdanRada
Copy link

+1

1 similar comment
@mcshaman
Copy link

mcshaman commented Dec 3, 2015

+1

@olostan
Copy link

olostan commented Dec 14, 2015

He same error at http://jsperf.com/parse-vs-get/2
However, tests run normally. Just this message after test has been run.

@prateekjahead
Copy link

Yes getting this error!
http://jsperf.com/caching-object-properties-vs-accessing-them
Also, my code has an object property called 'name'. I was like WTH is wrong with the code! :P

@martin-sweeny
Copy link

+1

1 similar comment
@toddw
Copy link

toddw commented Mar 10, 2016

+1

@jdalton jdalton added the bug label Apr 1, 2016
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