DescriptionExpose SameValue equality comparison algorithm
Since SameValue algorithm is defined formally in ECMA262 and V8 already
exported Equals and StrictEquals algorithms, SameValue should be exposed.
And in this issue, we fix the issue of Object::SameValue implementation,
SameValue(0.0, -0.0) returnes true.
BUG=v8:2909
TEST=cctest/test-api/Equality
R=mstarzinger@chromium.org
Committed: http://code.google.com/p/v8/source/detail?r=16924
Patch Set 1 #
Total comments: 4
Messages
Total messages: 4 (0 generated)
|