Loading
Bug 1825014 part 4 - Use a rest parameter instead of arguments for some...
Bug 1825014 part 4 - Use a rest parameter instead of arguments for some error-throwing functions. r=iain This eliminates the remaining uses of `arguments` in self-hosted code. These functions are called from C++ code. I'll see if we can remove them in a follow-up bug. Depends on D173953 Differential Revision: https://phabricator.services.mozilla.com/D173954