archives

« Bugzilla Issues Index

#1581 — 15.17.3.1 WeakSet.prototype.constructor initial value?


"The initial value of WeakSet.prototype.constructor is the built-in Set constructor."

Should be

"The initial value of WeakSet.prototype.constructor is the built-in WeakSet constructor."


Later, under...
15.17.4 Properties of WeakSet Instances

"Set instances are ordinary objects that inherit properties from the WeakSet prototype."

Should be

"WeakSet instances are ordinary objects that inherit properties from the WeakSet prototype."


fixed in rev17 editor's draft


fixed in rev17, August 23, 2013 draft