archives

« Bugzilla Issues Index

#2343 — 22.1.3.15 Array.prototype.map: "A's [[Realm]]" -> "C's [[Realm]]"


The algorithm of the Array.prototype.map function refers to "A's [[Realm]]" when A is undefined and before A is assigned a proper value. It seems like the step should refer to "C's [[Realm]]", where C is the constructor property of the current (this) object

The reference to "A's [[Realm]]" is made in a deep sub-step of the step 9. of the algorithm.


fixed in rev23 editor's draft


fixed in rev23 draft