Comment on A surprising JavaScript memory leak found at MeteorparentComments−pcwalton13yOnly direct `eval` though. As long as you don't see any calls to symbols named `eval`, you can implement this optimization.See http://stackoverflow.com/questions/8694300/how-eval-in-javas...
Comments
Only direct `eval` though. As long as you don't see any calls to symbols named `eval`, you can implement this optimization.
See http://stackoverflow.com/questions/8694300/how-eval-in-javas...