« Bugzilla Issues Index
#2641 — 9.4.4.4 [[Set]]: Exotic arguments [[Set]] does not check receiver
- bug_id:
2641
- creation_ts:
2014-04-11 11:22:00 -0700
- short_desc:
9.4.4.4 [[Set]]: Exotic arguments [[Set]] does not check receiver
- delta_ts:
2014-04-29 21:52:38 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 23: April 5, 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
- commentid:
7673
- comment_count:
0
- who:
André Bargull
- bug_when:
2014-04-11 11:22:54 -0700
9.4.4.4 [[Set]] ( P, V, Receiver).
The [[Set]] internal method needs to check the receiver argument.
Test case:
---
(function(y){ Object.create(arguments)[0] = 2; return y})(1)
---
Expected: Returns 1
Actual: Returns 2
- commentid:
7714
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-04-12 16:53:26 -0700
fixed in rev24 editor's draft
- commentid:
7985
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-04-29 21:52:38 -0700
fixed in rev24