Bug 5569 - Object.prototype.hasOwnProperty missing
Summary: Object.prototype.hasOwnProperty missing
Status: RESOLVED DUPLICATE of bug 3293
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Maciej Stachowiak
URL: http://phrogz.net/JS/hasOwnProperty.html
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-31 00:27 PST by Bob Ippolito
Modified: 2005-11-01 02:09 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bob Ippolito 2005-10-31 00:27:58 PST
ECMA 262 revision 3 requires hasOwnProperty, WebKit does not support it.
Comment 1 Mark Rowe (bdash) 2005-11-01 02:09:43 PST
This works correctly in Safari 2.0.2 with WebKit 416.11.

*** This bug has been marked as a duplicate of 3293 ***