Re: [heycam/webidl] Should stringifiers have the `[ImplicitThis]` behaviour? (#855)

I guess so, also:
```js
toString();
// returns "[object Undefined]"

globalThis.toString();
// returns "[object Window]"
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/855#issuecomment-602262190

Received on Sunday, 22 March 2020 19:46:55 UTC