Comment #4 on issue 935 by [email protected]: function.prototype's property descriptor
http://code.google.com/p/v8/issues/detail?id=935
Yes, this seems to be wrong in jsc, there is even a specific call to DefineOwnProperty on the prototype attribute in 13.2, part 18 with [[Writable]]: true, [[Enumerable]]: false, [[Configurable]]: false
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
