File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -363,12 +363,11 @@ added: v11.12.0
363363
364364Enable experimental frozen intrinsics like ` Array ` and ` Object ` .
365365
366- Support is currently only provided for the root context and no guarantees are
367- currently provided that ` global .Array` is indeed the default intrinsic
368- reference. Code may break under this flag.
366+ Only the root context is supported. There is no guarantee that
367+ ` globalThis .Array` is indeed the default intrinsic reference. Code may break
368+ under this flag.
369369
370- ` --require ` runs prior to freezing intrinsics in order to allow polyfills to
371- be added.
370+ To allow polyfills to be added, ` --require ` runs before freezing intrinsics.
372371
373372### ` --heapsnapshot-near-heap-limit=max_count `
374373
You can’t perform that action at this time.
0 commit comments