Skip to content

Commit 04e646b

Browse files
addaleaxjasnell
authored andcommitted
v8: backport header diff from da5b745dba387
Backport deprecation of `Context::EstimatedSize()` from da5b745dba387 (“[api] deprecate unused context size estimate”). Ref: v8/v8@da5b745 PR-URL: #12875 Reviewed-By: James M Snell <[email protected]>
1 parent 39834bc commit 04e646b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/v8/include/v8.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -8168,7 +8168,7 @@ class V8_EXPORT Context {
81688168
/**
81698169
* Estimate the memory in bytes retained by this context.
81708170
*/
8171-
size_t EstimatedSize();
8171+
V8_DEPRECATED("no longer supported", size_t EstimatedSize());
81728172

81738173
/**
81748174
* Stack-allocated class which sets the execution context for all

0 commit comments

Comments
 (0)