archives

« Bugzilla Issues Index

#1388 — 15.16.4.3: "entries" + "e" not defined.


In 15.16.4.3 "Set.prototype.clear ()",
step 5 and 5.a say:
5. Repeat for each Record {[[key]], [[value]]} p that is
an element of entries,
a. Replace the element of entries whose value is e
with an element whose value is empty.
but 'entries' and 'e' are not defined.

For 'entries', I think you're missing a step:
Let entries be the List that is the value of S’s [[SetData]]
internal data property.

For 'e', change it to 'p' (or change 'p' to 'e').


fixed in rev 15 editor's draft


resolved in rev 15, May 14, 2013 draft