Updates:
        Status: Accepted
        Cc: [email protected]
        Labels: ES5

Comment #1 on issue 1321 by [email protected]: ToObject should throw when called with null or undefined.
http://code.google.com/p/v8/issues/detail?id=1321

Yes, we still use the ES3 global object conversion at this point:

Object.prototype.toString.call(null)
[object global]

I believe Safari does too. Adding the ES5 label to track this.

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to