V8 and SpiderMonkey both are doing it to avoid lookup of toStringTag for Object.prototype.toString. We should do that too.
<rdar://problem/107111713>
Pull request: https://github.com/WebKit/WebKit/pull/11843