DescriptionES6: Implement object literal property shorthand
This allows the following:
var x = 1;
var o = {x};
This is under the --harmony-object-literals flag.
BUG=v8:3584
LOG=y
R=marja@chromium.org, rossberg@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=24291
Patch Set 1 #Patch Set 2 : #Patch Set 3 : Add one more test #Patch Set 4 : git rebase #Patch Set 5 : git rebase #
Messages
Total messages: 8 (1 generated)
|