| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 337ebfc commit 0d18a8c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -371,12 +371,11 @@ added: v11.12.0 | |||
| 371 | 371 | ||
| 372 | 372 | Enable experimental frozen intrinsics like `Array` and `Object`. | |
| 373 | 373 | ||
| 374 | - Support is currently only provided for the root context and no guarantees are | ||
| 375 | - currently provided that `global.Array` is indeed the default intrinsic | ||
| 376 | - reference. Code may break under this flag. | ||
| 374 | + Only the root context is supported. There is no guarantee that | ||
| 375 | + `globalThis.Array` is indeed the default intrinsic reference. Code may break | ||
| 376 | + under this flag. | ||
| 377 | 377 | ||
| 378 | - `--require` runs prior to freezing intrinsics in order to allow polyfills to | ||
| 379 | - be added. | ||
| 378 | + To allow polyfills to be added, `--require` runs before freezing intrinsics. | ||
| 380 | 379 | ||
| 381 | 380 | ### `--heapsnapshot-near-heap-limit=max_count` | |
| 382 | 381 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments