Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editorial: OrdinaryDefineOwnProperty can't throw for ordinary objects and arrays #3403

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Aug 26, 2024

  1. 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.
    anba committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    72e160c View commit details
    Browse the repository at this point in the history