Skip to content

Commit bb20678

Browse files
joyeecheungaduh95
authored andcommitted
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. PR-URL: #60957 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 30e500f commit bb20678

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
@@ -363,10 +363,13 @@ for more information about the properties of the object.
363363
added:
364364
- v22.0.0
365365
- v20.13.0
366+
changes:
367+
- version:
368+
- REPLACEME
369+
pr-url: https://github.com/nodejs/node/pull/60957
370+
description: This API is no longer experimental.
366371
-->
367372

368-
> Stability: 1.1 - Active development
369-
370373
* `ctor` {Function} The constructor that can be used to search on the
371374
prototype chain in order to filter target objects in the heap.
372375
* `options` {undefined|Object}

0 commit comments

Comments
 (0)