Brendan Eich (2013-07-17T00:10:36.000Z)
Mark S. Miller wrote:
> On Tue, Jul 16, 2013 at 4:56 PM, Brendan Eich <brendan at mozilla.com 
> <mailto:brendan at mozilla.com>> wrote:
>
>     More substantive: Mark's suggestion seems better because it throws
>     on random wrong this but supports strict calls by unqualified name.
>
>
> Nit: All calls. The non-coercion of |this| depends only on the 
> strictness of the callee, not the caller.

Oh right, and Map, etc. are built-in so as-if-self-hosted-strict in this 
regard.

/be
domenic at domenicdenicola.com (2013-07-19T15:27:10.452Z)
Mark S. Miller wrote:
> Nit: All calls. The non-coercion of `this` depends only on the 
> strictness of the callee, not the caller.

Oh right, and `Map`, etc. are built-in so as-if-self-hosted-strict in this 
regard.
domenic at domenicdenicola.com (2013-07-18T16:33:17.496Z)
Mark S. Miller wrote:
> Nit: All calls. The non-coercion of |this| depends only on the 
> strictness of the callee, not the caller.

Oh right, and Map, etc. are built-in so as-if-self-hosted-strict in this 
regard.