mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-09 04:37:25 +00:00
DOMTokenList and FileList do not have the 'length' own property - their prototypes have this property instead. So we must go through [[Get]] to retrieve this property, which will consider the prototype.