ljharb / es-abstract

ECMAScript spec abstract operations.
MIT License
114 stars 30 forks source link

[Test]: Run tests with `undefined` this #96

Closed ExE-Boss closed 4 years ago

ExE-Boss commented 4 years ago

This makes the ES namespace that is used to run the tests have a bound this value of undefined.

This ensures that something like https://github.com/ljharb/es-abstract/pull/95 doesn’t happen again.

Depends on: