v8/test
rafaelw@chromium.org ada13dfc3f Remove calls to JSObject::SetLocalPropertyIgnoreAttributesTrampoline within objects.cc
This includes handlifing:
-SetHiddenPropertiesHashTable
-ObjectHashSet::Add/Remove
-ObjectHashTable::Put

And splitting the following methods which previously took "allow creation" enum arguments to into side-effect-free getters and GetOrCreate*-handlfied getters.

-GetHash (now GetHash & handlified GetOrCreateHash)
-GetIdentityHash (now GetIdentityHash & handlified GetOrCreateIdentityHash)
-GetHiddenPropertiesHashTable (now GetHiddenPropertiesHashTable & handlified GetOrCreateaHiddenPropertiesHashTable)

BUG=v8:2877
R=mstarzinger@chromium.org

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@17477 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2013-11-05 11:47:11 +00:00
..
benchmarks Make it possible to run a test only in the standard variant. 2013-10-17 13:09:28 +00:00
cctest Remove calls to JSObject::SetLocalPropertyIgnoreAttributesTrampoline within objects.cc 2013-11-05 11:47:11 +00:00
intl Original review https://codereview.chromium.org/25855005. 2013-10-11 17:54:31 +00:00
message Make the message test suite run without slow asserts. 2013-10-24 17:27:58 +00:00
mjsunit [Object.observe] Implement implicit notification from performChange 2013-11-05 11:23:08 +00:00
mozilla Migrate to new test status file syntax 2013-09-24 12:08:33 +00:00
preparser Make it possible to run a test only in the standard variant. 2013-10-17 13:09:28 +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