From 064a772c6c67d08883d47b52e738ee5797adcc3a Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Fri, 5 Dec 2025 10:19:42 +0100 Subject: [PATCH] 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. --- doc/api/v8.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/api/v8.md b/doc/api/v8.md index ace8ea2d261d25..7d7f7c56791058 100644 --- a/doc/api/v8.md +++ b/doc/api/v8.md @@ -367,10 +367,13 @@ for more information about the properties of the object. added: - v22.0.0 - v20.13.0 +changes: + - version: + - REPLACEME + pr-url: https://github.com/nodejs/node/pull/60957 + description: This API is no longer experimental. --> -> Stability: 1.1 - Active development - * `ctor` {Function} The constructor that can be used to search on the prototype chain in order to filter target objects in the heap. * `options` {undefined|Object}