Status: Accepted
Owner: [email protected]
Labels: Type-Bug Priority-Medium
New issue 1197 by [email protected]: Sputnik: String.prototype.toString
should call ToObject on this
http://code.google.com/p/v8/issues/detail?id=1197
Sputnik S15.2.4.2_A12, S15.2.4.2_A13
Object.prototype.toString.call(undefined)
Object.prototype.toString.call(null)
should both throw as a result of calling ToString.
Webkit nightly doesn't throw either. (uses global object instead of
undefined/null)
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev