Status: New
Owner: ----
New issue 1387 by [email protected]: There can be only one
[[ThrowTypeError]] function
http://code.google.com/p/v8/issues/detail?id=1387
var get1 = Object.getOwnPropertyDescriptor(function() { 'use strict';
return arguments; }(), "caller").get;
var get2 = Object.getOwnPropertyDescriptor(function() { 'use strict';
return arguments; }(), "callee").get;
assertEquals(get1, get2);
Looks like get/set for any individual function/arguments poison pill is
identical, but they're not identical for different poison pills when they
should be.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev