There was an error while loading. Please reload this page.
--expose-gc
1 parent 7f21e37 commit 9b2ca70Copy full SHA for 9b2ca70
1 file changed
doc/api/cli.md
@@ -1377,25 +1377,6 @@ added:
1377
1378
Enable experimental support for the worker inspection with Chrome DevTools.
1379
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
1399
### `--force-context-aware`
1400
1401
<!-- YAML
0 commit comments