v8/test
ricow@chromium.org 34eeb88ee4 Use ForceSetObjectProperty in DefineOrRedefineDataProperty (fixes crbug 72736).
The current version uses SetObjectProperty which will not set the
value in case this is a readonly property. The spec explictly says
that a configurable but non writable property can have its value
changed with Object.defineProperty (because the same thing can be
accomplished by doing 3 calls (set writable to true, update the value,
set writable to false).


Review URL: http://codereview.chromium.org/6518004

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6766 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2011-02-14 10:43:21 +00:00
..
cctest Implement assignment to undefined reference in ES5 Strict Mode. 2011-02-13 16:19:53 +00:00
es5conform Implement assignment to undefined reference in ES5 Strict Mode. 2011-02-13 16:19:53 +00:00
message Enable sharding of individual testsuites in tools/test.py 2011-01-10 13:54:42 +00:00
mjsunit Use ForceSetObjectProperty in DefineOrRedefineDataProperty (fixes crbug 72736). 2011-02-14 10:43:21 +00:00
mozilla Re-insert exception for mozilla/ecma/Date/15.9.5.10-2 in release mode on arm 2011-02-07 12:07:21 +00:00
sputnik Change the HGraphBuilder to dispatch on the context. 2010-12-09 12:49:53 +00:00