archives

« Bugzilla Issues Index

#1443 — 8.3.12: "informative algorithm" seems to return a static list


In section 8.3.12 one of the rules of [[Enumerate]] is "If a property that has not yet been visited during enumeration is deleted, then it will not be visited."

But the informative algorithm which should conform to these rules seems to return a static list, which cannot react to the deletion of a property to ensure that it is not visited.


fixed in rev26 editor's draft

the informative algorithm has been replaced by the informative Es source code of a generator function


in rev26 draft