Skip to content

Commit 064a772

Browse files
committed
v8: mark v8.queryObjects() as stable
This has been used in the tests for leak testing stably for over a year. The API is modeled after the Chrome DevTools console API is unlikely to have breaking changes. It's time to mark it as stable.
1 parent 85852a3 commit 064a772

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/api/v8.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,10 +367,13 @@ for more information about the properties of the object.
367367
added:
368368
- v22.0.0
369369
- v20.13.0
370+
changes:
371+
- version:
372+
- REPLACEME
373+
pr-url: https://github.com/nodejs/node/pull/60957
374+
description: This API is no longer experimental.
370375
-->
371376

372-
> Stability: 1.1 - Active development
373-
374377
* `ctor` {Function} The constructor that can be used to search on the
375378
prototype chain in order to filter target objects in the heap.
376379
* `options` {undefined|Object}

0 commit comments

Comments
 (0)