@apipkin have found logic bug
`{valueOf: function(){ return 1 }} == {valueOf: function(){ return 1 }}`
// false
`{valueOf: function(){ return 1 }} >= {valueOf: function(){ return 1 }}`
// true, ok
--
Alexander.
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss
- es5 bug, operator == and valueOf Fyodorov "Bga" Alexander
- Re: es5 bug, operator == and value... Brendan Eich
- Re: es5 bug, operator == and v... Peter van der Zee
- Re: es5 bug, operator == a... Jason Orendorff

