Comment #11 on issue 615 by [email protected]: "instanceof" operator broken
in V8 v2.0.6.4
http://code.google.com/p/v8/issues/detail?id=615
Just finished the test suite:
[18:52|% 100|+ 1018|- 0]: Done
I'm assuming that means all tests pass. :( even more frustrating.
I took a look at mjsunit/instanceof.js... it has:
assertTrue([] instanceof Array);
which ostensibly passes in the test suite.
However,
~]./shell -e "print([] instanceof Array);"
false
That makes no sense to me.
I'll try the ia32 build this afternoon. I am not sure if that'll run on my
server
though.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev