X Tutup
Skip to content

Incorrect delete expression behavior #1159

@GlassBricks

Description

@GlassBricks

According to https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/delete, in strict mode, the delete operator always returns true, and throws a TypeError if trying to delete an own nonconfigurable property.

The current implementation sometimes returns false and doesn't throw a TypeError.

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

      X Tutup