Go to file
sgjesse@chromium.org 44b83d3e77 Add host callback for debug break.
Add the ability to have the host embedding V8 receive a callback in the V8 thread while V8 is processing a debug callback. When V8 is processing a debug callback the thread where V8 is executing is sitting in a tight loop processing debug commands until the continue command has been executed. In some embedding situations it is beneficial to be able to call back into the embedding host from the thread where V8 is sitting. The might have functions which needs to be called to complement the JavaScript debugging.

Using the uint16_t array to pass a void* is a temporary hack.
Review URL: http://codereview.chromium.org/20491

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1318 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2009-02-19 14:02:42 +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 Add host callback for debug break. 2009-02-19 14:02:42 +00:00
samples Fix debugger function that treated retry-after-gc failure as an 2009-02-16 13:31:13 +00:00
src Add host callback for debug break. 2009-02-19 14:02:42 +00:00
test Add host callback for debug break. 2009-02-19 14:02:42 +00:00
tools Profiler tick processor now counts IC ticks on behalf of a caller. 2009-02-18 16:12:40 +00:00
AUTHORS Apply patch from Alexander Botero-Lowry that adds FreeBSD platform 2008-11-21 10:06:29 +00:00
ChangeLog Prepare push to trunk containing two irregexp crash fixes and support 2009-02-13 10:03:06 +00:00
LICENSE Added regexp tests from PCRE. 2009-02-02 14:15:18 +00:00
SConstruct Fix linking of mksnapshot 2009-02-09 16:00:55 +00:00