archives

« Bugzilla Issues Index

#2641 — 9.4.4.4 [[Set]]: Exotic arguments [[Set]] does not check receiver


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


fixed in rev24 editor's draft


fixed in rev24