v8/test
antonm@chromium.org 4722f692e4 Make exception thrown via v8 public API propagate to v8::TryCatch as JS thrown exceptions do.
Correctly process failures which can be returned by Object::GetProperty
when performing GetRealNamedProperty* queries.

Callback properties can produce exceptions so we need to wrap access to them
into exception checks.  However, despite of many other methods with exception
checks, property access doesn't mandatroy go via JavaScript and hence we
need to inject code to propagate exception to public API TryCatch handlers.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7258 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2011-03-18 12:33:19 +00:00
..
benchmarks Use full paths for cctests. 2011-03-16 11:16:18 +00:00
cctest Make exception thrown via v8 public API propagate to v8::TryCatch as JS thrown exceptions do. 2011-03-18 12:33:19 +00:00
es5conform Implement strict mode ThrowTypeError functions for arguments object. 2011-03-17 20:28:41 +00:00
message Enable sharding of individual testsuites in tools/test.py 2011-01-10 13:54:42 +00:00
mjsunit Implement strict mode ThrowTypeError functions for arguments object. 2011-03-17 20:28:41 +00:00
mozilla Follow Safari on not throwing when __defineGetter__ fails. 2011-03-15 14:19:18 +00:00
sputnik Land update to sputnik tests. 2011-02-24 06:38:45 +00:00