Skip to content

Commit

Permalink
doc: revise frozen-intrinsics text
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Dec 27, 2021
1 parent e4aa575 commit 85d2954
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,12 +371,10 @@ added: v11.12.0
Enable experimental frozen intrinsics like `Array` and `Object`.

Support is currently only provided for the root context and no guarantees are
currently provided that `global.Array` is indeed the default intrinsic
reference. Code may break under this flag.
Only the root context is supported. There is no guarantee that `global.Array`
is indeed the default intrinsic reference. Code may break under this flag.

`--require` runs prior to freezing intrinsics in order to allow polyfills to
be added.
To allow polyfills to be added, `--require` runs before freezing intrinsics.

### `--heapsnapshot-near-heap-limit=max_count`

Expand Down

0 comments on commit 85d2954

Please sign in to comment.