Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1781061 - Part 0: Do not use Array.from in eager evaluation test.…
… r=nchevobbe `Array.from` on an iterable object internally calls `%ArrayIteratorPrototype%.next`, which is effectful. The later patches will add more coverage inside for-of loop inside self-hosted JS, and that will expose the call on `obj[Symbol.iterator]().next`, which can be `%ArrayIteratorPrototype%.next` or any other function. Differential Revision: https://phabricator.services.mozilla.com/D153153
- Loading branch information