Go to file
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
benchmarks Fixed issue where \x.. and \u.... were rot13-ed in strings (but not in 2009-01-30 13:19:29 +00:00
include As long as all debugger messages are handled by a single static method we need a way to identify request sender to route the response to the right handler. To accomplish this clients can send some additional data along with command text and debugger will later pass this data to the message handler along with the response text. 2009-04-21 14:06:48 +00:00
samples Add a "read" extension to the shell programs. This global function 2009-04-17 21:04:34 +00:00
src Handle breaks on keyed IC loads which can have an inlined version. 2009-04-21 14:48:54 +00:00
test Handle breaks on keyed IC loads which can have an inlined version. 2009-04-21 14:48:54 +00:00
tools Implemented a CSV parser in JavaScript. 2009-04-17 17:58:14 +00:00
AUTHORS Issue 63: Running tests fails of there is a dot in the checkout path 2009-02-25 10:09:42 +00:00
ChangeLog Prepare a push to trunk (version 1.1.10). 2009-04-15 13:16:51 +00:00
LICENSE Remove JSCRE 2009-02-25 08:08:01 +00:00
SConstruct Add ENABLE_DEBUGGER_SUPPORT macro. 2009-04-20 16:36:13 +00:00