| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index 426246f9d3235efb5e4c6f94d4a7f6cd6e3e99d2..1b65770d35e3fe98bf6f374b3df5b6c46b817ba6 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -6662,6 +6662,11 @@ class V8_EXPORT Context {
|
| void SetErrorMessageForCodeGenerationFromStrings(Local<String> message);
|
|
|
| /**
|
| + * Estimate the memory in bytes retained by this context.
|
| + */
|
| + size_t EstimatedSize();
|
| +
|
| + /**
|
| * Stack-allocated class which sets the execution context for all
|
| * operations executed within a local scope.
|
| */
|
|
|