News

Wraps the original getter in a proxy to intercept calls. Replaces the getter on the prototype with the proxy. Patches the proxy’s toString() method to return the original function’s signature. The ...