Comment #4 on issue 3394 by [email protected]: API should allow symbols as property names
http://code.google.com/p/v8/issues/detail?id=3394

It seems that duplicating the API for accessors is fine -- there isn't any duplicated implementation, as it quickly dispatches down to the internal V8 APIs that use Name.

However interceptors are another kettle of fish. We could add symbol-named interceptors, but that sounds silly. Probably the best I can do is to offer both APIs -- one that takes callbacks on Name, the other on String -- and set a flag in the template-info and map if our named interceptors can't handle symbols. Eventually we deprecate and remove the String case.

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