v8/test
mstarzinger@chromium.org 45ab50673e Expose 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

Review URL: https://codereview.chromium.org/24360017

Patch from Yusuke Suzuki <yusukesuzuki@chromium.org>.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16924 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2013-09-24 16:51:43 +00:00
..
benchmarks Migrate to new test status file syntax 2013-09-24 12:08:33 +00:00
cctest Expose SameValue equality comparison algorithm 2013-09-24 16:51:43 +00:00
intl Migrate to new test status file syntax 2013-09-24 12:08:33 +00:00
message Migrate to new test status file syntax 2013-09-24 12:08:33 +00:00
mjsunit Migrate to new test status file syntax 2013-09-24 12:08:33 +00:00
mozilla Migrate to new test status file syntax 2013-09-24 12:08:33 +00:00
preparser Migrate to new test status file syntax 2013-09-24 12:08:33 +00:00
test262 Migrate to new test status file syntax 2013-09-24 12:08:33 +00:00
webkit Migrate to new test status file syntax 2013-09-24 12:08:33 +00:00