Skip to content

Commit 9b2ca70

Browse files
dario-piotrowiczaduh95
authored andcommitted
doc: remove --expose-gc flag from CLI documentation
PR-URL: #58909 Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 7f21e37 commit 9b2ca70

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
@@ -1377,25 +1377,6 @@ added:
13771377
13781378
Enable experimental support for the worker inspection with Chrome DevTools.
13791379

1380-
### `--expose-gc`
1381-
1382-
<!-- YAML
1383-
added:
1384-
- v22.3.0
1385-
- v20.18.0
1386-
-->
1387-
1388-
> Stability: 1 - Experimental. This flag is inherited from V8 and is subject to
1389-
> change upstream.
1390-
1391-
This flag will expose the gc extension from V8.
1392-
1393-
```js
1394-
if (globalThis.gc) {
1395-
globalThis.gc();
1396-
}
1397-
```
1398-
13991380
### `--force-context-aware`
14001381

14011382
<!-- YAML

0 commit comments

Comments
 (0)