archives

« Bugzilla Issues Index

#3719 — 9.4.2.1 [[DefineOwnProperty]], 9.4.2.4 ArraySetLength: OrdinaryGetOwnProperty or [[GetOwnProperty]] to retrieve "length"?


9.4.2.1 [[DefineOwnProperty]] ( P, Desc)
- step 3.a

9.4.2.4 ArraySetLength(A, Desc) Abstract Operation
- step 6


[[DefineOwnProperty]] uses OrdinaryGetOwnProperty whereas ArraySetLength uses [[GetOwnProperty]]. Change it to use the same method call in both places?


fixed in rev32 editor's draft

changed 9.4.2.4/6


fixed in rev32 draft