Allen Wirfs-Brock (2014-01-20T22:16:34.000Z)
domenic at domenicdenicola.com (2014-01-24T20:01:12.903Z)
On Jan 20, 2014, at 9:39 AM, Brendan Eich wrote: > Does this present a hazard for CSP, which provides policy controls governing Function? Does CSP deal with `(function(){}).constructor` ? CSP probably does needs to deal with this, as well as user defined subclasses of function (that super call the Function constructor). Also assorted new ways of compiling/evaluating code from strings introduced by Module Loaders