Go to file
sgjesse@chromium.org b32d7d2e67 Added context information to scripts.
Added a simple initial version of a context mirror object which just holds the user data from the context, and does not preserve handle identity.

A script object now holds a reference to the custom data from the context it was compiled in. This data is included in the debugger protocol for scripts.

Changed the serialization for the scripts command to use the mirror objects instaed of custom serialization. This included passing options from the debugger request to the serializer for including the full source of scripts in the response.
Review URL: http://codereview.chromium.org/111001

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1877 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2009-05-06 08:52:48 +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 Introduce internal Log class that handles writing log messages, enable logging to memory buffer. 2009-05-05 15:57:47 +00:00
samples Add a "read" extension to the shell programs. This global function 2009-04-17 21:04:34 +00:00
src Added context information to scripts. 2009-05-06 08:52:48 +00:00
test Extend the regression test case for crbug.com/9746 to 2009-05-06 06:20:35 +00:00
tools Introduce internal Log class that handles writing log messages, enable logging to memory buffer. 2009-05-05 15:57:47 +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 to push version 1.2.2 to trunk. 2009-05-05 07:08:56 +00:00
LICENSE Remove JSCRE 2009-02-25 08:08:01 +00:00
SConstruct Introduce two separate classes of processor detection: 2009-05-05 12:06:20 +00:00