There was an error while loading. Please reload this page.
--expose-gc
1 parent dc7838c commit a8350acCopy full SHA for a8350ac
1 file changed
doc/api/cli.md
@@ -1568,25 +1568,6 @@ added:
1568
1569
Enable experimental support for the worker inspection with Chrome DevTools.
1570
1571
-### `--expose-gc`
1572
-
1573
-<!-- YAML
1574
-added:
1575
- - v22.3.0
1576
- - v20.18.0
1577
--->
1578
1579
-> Stability: 1 - Experimental. This flag is inherited from V8 and is subject to
1580
-> change upstream.
1581
1582
-This flag will expose the gc extension from V8.
1583
1584
-```js
1585
-if (globalThis.gc) {
1586
- globalThis.gc();
1587
-}
1588
-```
1589
1590
### `--force-context-aware`
1591
1592
<!-- YAML
0 commit comments