Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index f7e2b376a33cacd7da75b40f40b1d19ae76bc396..eddcf71783ec3e088122cf3f17d8277676deb3e8 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -7075,6 +7075,12 @@ class V8_EXPORT Isolate { |
void RestoreOriginalHeapLimit(); |
/** |
+ * Returns true iff the heap limit was increased for debugging and the |
Hannes Payer (out of office)
2017/01/11 12:42:29
one f should be good enough
ulan
2017/01/11 13:03:19
Done.
|
+ * original heap limit was not restored yet. |
+ */ |
+ bool IsHeapLimitIncreasedForDebugging(); |
+ |
+ /** |
* Allows the host application to provide the address of a function that is |
* notified each time code is added, moved or removed. |
* |