new Proxy(function() {}, {})
Creating a proxy to watch a function does not work on Chrome. Instead it throws an error:
Uncaught illegal access
I want to watch a function and create a proxy handler for when its properties are accessed. Seems fine in Firefox. Any way to get around this?