Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove check for per-iteration detach check in TypedArray.prototype.set
Note that this test currently unintentionally passes, because a TypeError is thrown for failing to convert the undefined returned from the getter to a BigInt. But since this test was intended to test detaching, it's no longer valid and should still be removed. See tc39#3465 (comment)
- Loading branch information