archives

« Bugzilla Issues Index

#3308 — 6.1.7.3 is out of date regarding the return value of [[GetOwnProperty]]


It says:

> [[GetOwnProperty]] (P)
>
> * The Type of the return value must be either Object or Undefined.
> * If the Type of the return value is Object, that object must be a
> complete property descriptor (see 6.2.4.6).

The return value is a PropertyDescriptor Record, not an Object.


fixed in rev29 editor's draft


fixed in rev29