Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.

v0.2.5

Choose a tag to compare

@benjamn benjamn released this 30 Oct 19:57

Fixed a bug where unqualified function calls would sometimes receive the wrong this object. The value of this should have been the global object, but typically it was the Context object, which is something we generally don't want to leak into external code.