-
Notifications
You must be signed in to change notification settings - Fork 900
Closed
Labels
featureIssues considered a new featureIssues considered a new featuretest262 harnessIssues related to failing test262 tests, due to Rhino not yet support certain JS featuresIssues related to failing test262 tests, due to Rhino not yet support certain JS features
Milestone
Description
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
rPraml and tonygermano
Metadata
Metadata
Assignees
Labels
featureIssues considered a new featureIssues considered a new featuretest262 harnessIssues related to failing test262 tests, due to Rhino not yet support certain JS featuresIssues related to failing test262 tests, due to Rhino not yet support certain JS features