mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-10 15:39:28 +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.