Comment #2 on issue 2291 by [email protected]: Object equality check error http://code.google.com/p/v8/issues/detail?id=2291
ICCompareStub::FindCodeInSpecialCache does not distinguish between == and === compare stubs so we stash the one for == first and then fetch and use it for === which causes strange results.
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
