Comment #1 on issue 3584 by [email protected]: Implement property name short hand
https://code.google.com/p/v8/issues/detail?id=3584#c1

The following revision refers to this bug:
https://chromium.googlesource.com/v8/v8.git/+/a36dee4d14d2e081d73ccbc35ee38d13dee6ee04

commit a36dee4d14d2e081d73ccbc35ee38d13dee6ee04
Author: [email protected] <[email protected]>
Date: Mon Sep 29 14:15:48 2014

ES6: 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
[email protected], [email protected]

Review URL: https://codereview.chromium.org/584993002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24291 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

[modify] https://chromium.googlesource.com/v8/v8.git/+/a36dee4d14d2e081d73ccbc35ee38d13dee6ee04/src/preparser.h [modify] https://chromium.googlesource.com/v8/v8.git/+/a36dee4d14d2e081d73ccbc35ee38d13dee6ee04/src/token.h [modify] https://chromium.googlesource.com/v8/v8.git/+/a36dee4d14d2e081d73ccbc35ee38d13dee6ee04/test/cctest/test-parsing.cc [add] https://chromium.googlesource.com/v8/v8.git/+/a36dee4d14d2e081d73ccbc35ee38d13dee6ee04/test/mjsunit/harmony/object-literals-property-shorthand.js


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
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