blob: 34ddae320a668a83a707997973518232a15e212a [file] [log] [blame]
function Function() {
try {
var g = this;
g.c("evil", eval);
} catch(b) {}
}
var o0 = Function.prototype;
var f = new Function( (null ) );