Skip to content

Extensible is only defined on ordinary object #6

@Jack-Works

Description

@Jack-Works

O is an object, not an ordinary object, so you cannot access O.[[Extensible]] directly.

If O.[[Extensible]] is false, throw a TypeError exception.

What should it behave for the exotic objects? Calling O.IsExtensible() might trigger user code (in a Proxy).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions