|
V8 Project
|
Interface for iterating through all external resources in the heap. More...
#include <v8.h>
Collaboration diagram for v8::ExternalResourceVisitor:Public Member Functions | |
| virtual | ~ExternalResourceVisitor () |
| virtual void | VisitExternalString (Handle< String > string) |
Interface for iterating through all external resources in the heap.
|
inlinevirtual |