Status: Accepted Owner: [email protected] Labels: Type-Bug Priority-Medium
New issue 1884 by [email protected]: Harmony collections don't throw TypeError
http://code.google.com/p/v8/issues/detail?id=1884Invoking any of the methods for Harmony maps, sets, or weak maps, with a wrong type of receiver, yields an "illegal access" error instead of throwing a proper TypeError. For example:
Map.prototype.get.call({}, 1)
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
