archives

« Bugzilla Issues Index

#3051 — 22.1.3.*: Missing comma in call to SameValue


22.1.3.1 Array.prototype.concat ( ...arguments )
22.1.3.7 Array.prototype.filter ( callbackfn [ , thisArg ] )
22.1.3.15 Array.prototype.map ( callbackfn [ , thisArg ] )
22.1.3.22 Array.prototype.slice (start, end)
22.1.3.25 Array.prototype.splice (start, deleteCount , ...items )

> SameValue(thisRealm and GetFunctionRealm(C))

Should be `SameValue(thisRealm, GetFunctionRealm(C))`.


fixed in rev27 editor's draft


*** Bug 3081 has been marked as a duplicate of this bug. ***


fixed in rev27 draft