> Le 2 déc. 2014 à 09:04, Michał Wadas <[email protected]> a écrit :
> 
> It probably would be backward incompatible change. Too much code depends on 
> [Object Object].
> 
I'm curious to know what sort of code would be broken by `O.p.toString.call(x) 
=== "[object Point]"` for instances `x` of some user-defined class? and whether 
it is not already broken by, say, `O.p.toString.call(new Set) === "[object 
Set]"`?

—Claude

_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to