RESOLVED FIXED 79059
DefineOwnProperty fails with numeric properties & Object.prototype
https://bugs.webkit.org/show_bug.cgi?id=79059
Summary DefineOwnProperty fails with numeric properties & Object.prototype
Gavin Barraclough
Reported 2012-02-20 17:36:00 PST
ObjectPrototype caches whether it contains any numeric properties (m_hasNoPropertiesWithUInt32Names), calls to defineOwnProperty need to update this cache.
Attachments
Fix (6.86 KB, patch)
2012-02-20 17:39 PST, Gavin Barraclough
oliver: review+
Gavin Barraclough
Comment 1 2012-02-20 17:39:53 PST
Gavin Barraclough
Comment 2 2012-02-20 18:35:12 PST
Fixed in r108282.
Note You need to log in before you can comment on or make changes to this bug.