Go to file
ager@chromium.org 59d4539f38 If an external string enters the symbol table, make sure to set the
resource to NULL when removing it from the symbol table.  This makes
sure that the debugger can recognize the external string as being
"deleted".  Now, whenever an external resource is deleted, the
resource pointer is set to NULL.

This is really a workaround of a debugger problem.  We need to make
sure that the debugger only finds scripts in the heap that are
actually live.
Review URL: http://codereview.chromium.org/69029

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1734 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2009-04-17 09:17:04 +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 os.chdir and os.setenv to d8. Move system() to os.system(). 2009-03-31 06:51:25 +00:00
samples Remove definition of _HAS_EXCEPTIONS from source files. 2009-04-14 14:58:23 +00:00
src If an external string enters the symbol table, make sure to set the 2009-04-17 09:17:04 +00:00
test - Fix buffer overflow in the pre-allocated memory thread. 2009-04-17 00:57:21 +00:00
tools Reimplement (address -> code) mapping from tickprocessor.py in JS. 2009-04-16 16:05:17 +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 - Fix delta time calculation in LinuxSemaphore::Wait. 2009-04-17 00:56:52 +00:00