Index: include/v8.h |
=================================================================== |
--- include/v8.h (revision 3959) |
+++ include/v8.h (working copy) |
@@ -2473,6 +2473,13 @@ |
*/ |
static void LowMemoryNotification(); |
+ /** |
+ * Optional notification that one or more context have been |
+ * disposed. V8 may choose to collect garbage to get rid of any |
+ * external memory associated with the disposed contexts. |
+ */ |
+ static void ContextDisposedNotification(); |
+ |
private: |
V8(); |