v8/test
sgjesse@chromium.org 5b394bf4d1 Handle breaks on keyed IC loads which can have an inlined version.
For keyed IC loads setting a break point now ensures that the inlined code is not used. When the break point is set the inlined map check is changed to fail causing the inlined code not to be used but the IC to be called. As long at the break point is set the map check will stay invalid.
Review URL: http://codereview.chromium.org/87025

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1756 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2009-04-21 14:48:54 +00:00
..
cctest Handle breaks on keyed IC loads which can have an inlined version. 2009-04-21 14:48:54 +00:00
message Fixed a bunch of memory leaks in tests, including: 2009-03-27 00:24:49 +00:00
mjsunit Reduced size of Array.reduce test. 2009-04-21 11:25:51 +00:00
mozilla Add support for \b and ^ and $ in multiline mode, completing Irregexp 2009-01-19 18:56:47 +00:00