Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editorial: OrdinaryDefineOwnProperty can't throw for ordinary objects…
… and arrays `OrdinaryDefineOwnProperty` can return an abrupt completion if either `O.[[GetOwnProperty]]` or `IsExtensible(O)` returns an abrupt completion. When `O` is an ordinary object or an array, neither `O.[[GetOwnProperty]]` nor `IsExtensible(O)` can return an abrupt completion, therefore `OrdinaryDefineOwnProperty` is infallible.
- Loading branch information