Open borisdiakur opened 9 years ago
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: http://jsperf.com/biggest-collatz-conjecture
(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
He same error at http://jsperf.com/parse-vs-get/2 However, tests run normally. Just this message after test has been run.
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
+1
+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