On Wed, Dec 28, 2011 at 11:39 AM, John-David Dalton <
[email protected]> wrote:

> As for the issue of using objects as dictionaries you can simply
> prefix keys with some unique value, `var uid = 'uid' + (+new Date);`,
> and then access entries like `dict[uid + key]`. This will allow value
> lookups to work correctly cross-browser regardless of ES5+ or
> __proto__ support.


At the expense of creating lots of garbage and slowing things down.

-- 
John A. Tamplin
Software Engineer (GWT), Google
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to