Skip to content

Object.isExtensible() should be treated as sideeffect free #23779

Description

@sapphi-red
    test("Object.isExtensible()", false);
    test("Object.isFrozen()", false);
    test("Object.isSealed()", false);

These does not throw an error if the argument is not an object.
https://tc39.es/ecma262/#sec-object.isextensible

Originally posted by @sapphi-red in #23483 (comment)

Creating an issue so that we don't forget about it

Metadata

Metadata

Assignees

Labels

Type

Fields

Priority

None yet

Effort

None yet

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions