Skip to content

Salsa does not discover properties defined with Object.defineProperty #6651

Closed
@egamma

Description

@egamma

From @alexandrudima on January 27, 2016 13:46

var obj1 = {};
Object.defineProperty(obj1, "x", { value: 42, writable: false });

obj1.

image

Copied from original issue: microsoft/vscode#2451

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