« Bugzilla Issues Index
#3051 — 22.1.3.*: Missing comma in call to SameValue
- bug_id:
3051
- creation_ts:
2014-07-24 09:02:00 -0700
- short_desc:
22.1.3.*: Missing comma in call to SameValue
- delta_ts:
2014-08-25 08:29:26 -0700
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 26: July 18, 2014 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
André Bargull
- assigned_to:
Allen Wirfs-Brock
- cc:
jmdyck
- commentid:
9502
- comment_count:
0
- who:
André Bargull
- bug_when:
2014-07-24 09:02:37 -0700
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))`.
- commentid:
9509
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-07-24 09:17:08 -0700
fixed in rev27 editor's draft
- commentid:
9632
- comment_count:
2
- who:
Michael Dyck
- bug_when:
2014-07-27 21:30:19 -0700
*** Bug 3081 has been marked as a duplicate of this bug. ***
- commentid:
9922
- comment_count:
3
- who:
Allen Wirfs-Brock
- bug_when:
2014-08-25 08:29:26 -0700
fixed in rev27 draft