RESOLVED FIXED 55994
Functions on Array.prototype should check length first.
https://bugs.webkit.org/show_bug.cgi?id=55994
Summary Functions on Array.prototype should check length first.
Gavin Barraclough
Reported 2011-03-08 21:49:48 PST
These methods are designed to work on generic objects too, and if 'length' is a getter that throws an exception, ensure this is correctly thrown (even if other exceptions would be thrown, too).
Attachments
Gavin Barraclough
Comment 1 2011-03-08 22:00:16 PST
Fixed in r80621.
Note You need to log in before you can comment on or make changes to this bug.