This repository was archived by the owner on Feb 1, 2025. It is now read-only.
v0.2.5
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.