Skip to content

Commit 154d819

Browse files
doc: remove --expose-gc flag from CLI documentation
1 parent 4b4aaf9 commit 154d819

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

doc/api/cli.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1262,25 +1262,6 @@ added:
12621262
12631263
Enable experimental support for the worker inspection with Chrome DevTools.
12641264

1265-
### `--expose-gc`
1266-
1267-
<!-- YAML
1268-
added:
1269-
- v22.3.0
1270-
- v20.18.0
1271-
-->
1272-
1273-
> Stability: 1 - Experimental. This flag is inherited from V8 and is subject to
1274-
> change upstream.
1275-
1276-
This flag will expose the gc extension from V8.
1277-
1278-
```js
1279-
if (globalThis.gc) {
1280-
globalThis.gc();
1281-
}
1282-
```
1283-
12841265
### `--force-context-aware`
12851266

12861267
<!-- YAML

0 commit comments

Comments
 (0)