archives

« Bugzilla Issues Index

#1081 — 15.15.5.5: undefined "k"


In 15.15.5.5 "WeakMap.prototype.has ( key )",
step 5.a says:
If SameValue(p.[[key]], k), then return true.
but 'k' is not defined.

Change to "key".


fixed in rev 13 editor's draft


Nope, it still says 'k' in rev 13.


fixed in rev 14 editor's draft


in Rev 14 draft