Commit 5599424 1 parent 448ea3d commit 5599424 Copy full SHA for 5599424
File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines 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
You can’t perform that action at this time.
0 commit comments