mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Noticed this while running test262 tests that many variables were throwing an invariant for being undefined. This includes things like the special `arguments` object, a global `assert` function used by test262, etc.