v8/test
ager@chromium.org d69ef26f7d Another fix for leaking error objects. User code can overwrite
ReferenceError.prototype.__proto__ which will make "error instanceof
Error" fail. However, the ReferenceError.prototype object itself
cannot be modified. Therefore, the error checks must check for
concrete error instances instead of only checking for Error.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6450 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2011-01-25 08:48:59 +00:00
..
cctest Another fix for leaking error objects. User code can overwrite 2011-01-25 08:48:59 +00:00
es5conform Change conformance test expectations. 2011-01-24 15:18:49 +00:00
message Enable sharding of individual testsuites in tools/test.py 2011-01-10 13:54:42 +00:00
mjsunit Add support for deoptimization on x64. 2011-01-25 07:57:56 +00:00
mozilla Mark mozilla/ecma_3/RegExp/regress-85721 as flaky. 2011-01-21 11:47:02 +00:00
sputnik Change the HGraphBuilder to dispatch on the context. 2010-12-09 12:49:53 +00:00