Reviewers: ,

Message:
Should we find a better name to this API than
SetExternalStringResourceCollectedCallback? It is not really the external string
resource which has been collected. Maybe Collected -> Disposer/Finalizer or
maybe remove Resource from the name.

Description:
Add an API to control the disposal of external string resources

A new callback have been added which - if set - will be called to dispose of
external string resources passed from the embedder to the V8 engine.

Please review this at http://codereview.chromium.org/2645004/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

Reply via email to