Kevin Smith (2014-01-16T15:38:12.000Z)
>
>
>> What's the method for determining whether we run the multimethod dispatch
>> algorithm versus the ES6 abstract equality algorithm?
>>
>
> One or both operands value objects.


Gotcha.  One more, I think.

    int64(0) === 0L

I assume that int64 is not defined as a composition of primitives or value
objects.  How do we know the above to be true?  Are they somehow the same
(value) object reference?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20140116/3b7757c3/attachment.html>
domenic at domenicdenicola.com (2014-01-22T20:41:13.556Z)
> One or both operands value objects.


Gotcha.  One more, I think.

    int64(0) === 0L

I assume that int64 is not defined as a composition of primitives or value
objects.  How do we know the above to be true?  Are they somehow the same
(value) object reference?