New issue 1368 by metaw...@gmail.com: Support Function() constructor with
string literal
http://code.google.com/p/google-caja/issues/detail?id=1368
Shouldn't be any harder than event handlers. Unlike eval(), Function()
doesn't close over the surrounding scope, so it should be hoisted to the
top and given some triple-underbar name.
Comment #1 on issue 1368 by eri...@google.com: Support Function()
constructor with string literal
http://code.google.com/p/google-caja/issues/detail?id=1368
(No comment was entered for this change.)
MathJax uses this technique to avoid creating unnecessary closures.