12:06
<jmdyck>
ryzokuken (and bradleymeck): the 262 spec has one case of iterating over the fields of a record, at the bottom of https://tc39.es/ecma262/#sec-validateandapplypropertydescriptor: "For each field of _Desc_ that is present" where _Desc_ is a Property Descriptor.
12:47
<ryzokuken>
jmdyck: oh wow.
12:47
<ryzokuken>
Great catch, I'd have never caught that one.
12:47
<ryzokuken>
Well, I just made a table and started iterating on the table fields.