Source code
Revision control
Copy as Markdown
Other Tools
function t(code) {
var f = new Function(code);
try { f(); } catch (e) { }
}
t("");
t("");
t("");
t("this.function = 7;");
function t(code) {
var f = new Function(code);
try { f(); } catch (e) { }
}
t("");
t("");
t("");
t("this.function = 7;");