Comment #7 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

I still can't reproduce it. Using scons to build the library and shell sample:

~/x64$ scons -Y ../v8 arch=x64 library=shared sample=shell
~/x64$ LD_LIBRARY_PATH=`pwd` ./shell -e "print(version())"
2.0.6.4
~/x64$ LD_LIBRARY_PATH=`pwd` ./shell -e "var arr=[];print(arr instanceof Array);"
true


--
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

Reply via email to