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`