On 27 December 2011 16:15, David Bruant <[email protected]> wrote: > ----- > var m = new Map(); > var key = {}; > m.set(key, 37); > > WeakMap.prototype.get.call(m, key); // ? > ----- > > Currently Chrome canary says "illegal access".
That is a bug. It should throw TypeError. /Andreas _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

