Skip to content

Key __proto__ in object literal is treated as an ordinary property #68

@y21

Description

@y21

... when it should be treated as setting its internal prototype slot. E.g.

let b = { __proto__: null };
console.log(b.__proto__); // not null!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-vmbugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions