Reviewers: Vitaly,
Description:
Remove the SetExternalStringDiposeCallback API
Changed the disposal of external string resources to call a virtual Dispose
method on the resource. The default inplementation of Dispose deletes the
object
and will capture the delete operator matching the new operator used to
allocate
the object.
Please review this at http://codereview.chromium.org/2658008/show
SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/
Affected files:
M include/v8.h
M src/api.cc
M src/heap-inl.h
M src/heap.h
M src/heap.cc
M test/cctest/test-api.cc
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev