Status: New
Owner: ----

New issue 3682 by [email protected]: Object.observe does not produce change records with Symbol keys
https://code.google.com/p/v8/issues/detail?id=3682

This can be seen at the JS console:

var o = {};
Object.observe(o, function(r) { console.log(r); });
o['abc'] = 123;
o[5] = 6;
o[Symbol('foo')] = 'bar'; // won't produce change record

Originally reported as a Polymer bug:
https://github.com/Polymer/polymer/issues/880

not sure how to CC folks bug adamk@ and rafaelw@ might be interested in this bug.

p.s. super cool that Symbol support is happening


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