Updates:
        Summary: Computed property names don't work in nested literals
        Owner: ad...@chromium.org
        Cc: rossb...@chromium.org mstarzin...@chromium.org
        Labels: -Priority-Medium Priority-High

Comment #2 on issue 4387 by rossb...@chromium.org: Computed property names don't work in nested literals
https://code.google.com/p/v8/issues/detail?id=4387

Something is completely broken about computed property names in nested literals:

[{['a']: 42}][0].a
{b: {['a']: 42}}.b.a

both produce undefined. Do we instantiate the boilerplate incorrectly?

--
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
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to