RESOLVED DUPLICATE of bug 148092 148116
Make HTMLCollection.length cacheable for performance
https://bugs.webkit.org/show_bug.cgi?id=148116
Summary Make HTMLCollection.length cacheable for performance
Chris Dumez
Reported 2015-08-17 20:08:53 PDT
Make HTMLCollection.length cacheable for performance. It currently isn't cached because getOwnPropertySlot() is marked as impure for IDL interfaces that have a named getter. After Bug 148092, this will no longer be necessary for interfaces that do not have the 'OverrideBuiltins' IDL extended attribute (such as HTMLCollection).
Attachments
Chris Dumez
Comment 1 2015-08-18 11:55:47 PDT
*** This bug has been marked as a duplicate of bug 148092 ***
Note You need to log in before you can comment on or make changes to this bug.