Skip to content

Support ES2015 Computed Property Names #913

@p-bakker

Description

@p-bakker

Case just to track this specific ES6 feature (and how hard can it be to implement :-) ) and also because some tests in Test262 are disabled because they use this feature (and thus we cannot run them)

var name = 'myPropertyName';

Object.keys({
   [x] = 'someValue';
})[0] === name; // to yield true

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureIssues considered a new featuretest262 harnessIssues related to failing test262 tests, due to Rhino not yet support certain JS features

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions