[Webkit-unassigned] [Bug 64678] Fix bugs in Object.prototype this handling.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 19 12:26:47 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=64678
--- Comment #9 from Gavin Barraclough <barraclough at apple.com> 2011-07-19 12:26:47 PST ---
(In reply to comment #8)
> > +shouldThrow("toString()");
>
> According the the ES5.1 spec this should not throw an exception and return "[object Undefined]":
Good catch. I missed this coming out of draft, time to update my copy of the spec. :-)
> > +shouldThrow("hasProperty('hasProperty')");
>
> I guess this should be hasOwnProperty?
Gah, yes it should.
Thanks for the comments, will fix!
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list