danShumway / vAnalyze.js

A middleware script that seeks to allow functions in local javascript to be automatically wrapped in custom code wrappers. These can then be used to aid profiling/error checking/code understanding.
GNU General Public License v2.0
4 stars 1 forks source link

properties on functions (?) #3

Closed danShumway closed 10 years ago

danShumway commented 10 years ago

Cookie clicker leaves a weird bug when trying to save while infected. I think they're attaching properties to their functions, which is potentially something we should account for.