Chromium Code Reviews| Index: include/v8.h |
| diff --git a/include/v8.h b/include/v8.h |
| index af3c53852f42da67bfdc1b8b313d761ccdd4889c..70e64a2285f474573009210382dc80eb51402391 100644 |
| --- a/include/v8.h |
| +++ b/include/v8.h |
| @@ -3804,6 +3804,9 @@ class V8_EXPORT ResourceConstraints { |
| }; |
| +/** |
| + * Sets the given ResourceConstraints on the current isolate. |
| + */ |
| bool V8_EXPORT SetResourceConstraints(ResourceConstraints* constraints); |