Reviewers: marja, rossberg,

Description:
ES6: Implement object literal property shorthand

This allows the following:

var x = 1;
var o = {x};

BUG=v8:3584
LOG=y

Please review this at https://codereview.chromium.org/584993002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+188, -0 lines):
  M src/preparser.h
  M src/token.h
  M test/cctest/test-parsing.cc
  A test/mjsunit/harmony/object-literals-property-shorthand.js


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to