Skip to content

Commit 2f6c4bd

Browse files
committed
v8: backport header diff from da5b745dba387
Backport deprecation of `Context::EstimatedSize()` from da5b745dba387 (“[api] deprecate unused context size estimate”). Ref: v8/v8@da5b745
1 parent e8fecc4 commit 2f6c4bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deps/v8/include/v8.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8163,7 +8163,7 @@ class V8_EXPORT Context {
81638163
/**
81648164
* Estimate the memory in bytes retained by this context.
81658165
*/
8166-
size_t EstimatedSize();
8166+
V8_DEPRECATED("no longer supported", size_t EstimatedSize());
81678167

81688168
/**
81698169
* Stack-allocated class which sets the execution context for all

0 commit comments

Comments
 (0)