Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 79f4478ea6f626ff297314b4ed227d5dc088abed..aa023c1651fd73e75d82cf15215adbd480da9489 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -3762,6 +3762,9 @@ class V8_EXPORT ResourceConstraints { |
}; |
+/** |
+ * Sets the given ResourceConstraints on the current isolate. |
+ */ |
bool V8_EXPORT SetResourceConstraints(ResourceConstraints* constraints); |