Skip to content

Commit

Permalink
fixup! bootstrap: freeze more intrinsics
Browse files Browse the repository at this point in the history
Co-authored-by: ExE Boss <3889017+ExE-Boss@users.noreply.github.com>
  • Loading branch information
aduh95 and ExE-Boss authored Apr 13, 2021
1 parent 386776d commit 88d474f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lib/internal/freeze_intrinsics.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,8 @@ module.exports = function() {

const intrinsicPrototypes = [
// Anonymous Intrinsics
// 23.1.5 ArrayIteratorPrototype
ObjectGetPrototypeOf(new Array()[SymbolIterator]()),
// 22.1.5 StringIteratorPrototype
ObjectGetPrototypeOf(new String()[SymbolIterator]()),
ArrayIteratorPrototype, // 23.1.5
StringIteratorPrototype, // 22.1.5
// 24.1.5 MapIteratorPrototype
ObjectGetPrototypeOf(new Map()[SymbolIterator]()),
// 24.2.5 SetIteratorPrototype
Expand Down

0 comments on commit 88d474f

Please sign in to comment.