From 154d819b56da2ee62e42f8a64238a2e6ac7e49b4 Mon Sep 17 00:00:00 2001 From: Dario Piotrowicz Date: Mon, 30 Jun 2025 23:02:40 +0100 Subject: [PATCH] doc: remove `--expose-gc` flag from CLI documentation --- doc/api/cli.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index a363294b6625fc..9ac2f06e73243e 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1262,25 +1262,6 @@ added: Enable experimental support for the worker inspection with Chrome DevTools. -### `--expose-gc` - - - -> Stability: 1 - Experimental. This flag is inherited from V8 and is subject to -> change upstream. - -This flag will expose the gc extension from V8. - -```js -if (globalThis.gc) { - globalThis.gc(); -} -``` - ### `--force-context-aware`