archives

« Bugzilla Issues Index

#1412 — 10.6: Change [[GetOwnProperty]] to [[HasOwnProperty]] for [[ParameterMap]]


[[Get]], [[GetOwnProperty]], [[DefineOwnProperty]] and [[Delete]] currently use [[GetOwnProperty]] to check for mapped parameters, this should be changed to [[HasOwnProperty]]. This makes the algorithm easier to read.


Fixed in rev23 editor's draft

Using HasOwnProperty abstract operation instead of [[GetOwnProperty]]


fixed in rev23 draft