DescriptionIf 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.
Committed: http://code.google.com/p/v8/source/detail?r=1734
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|