blob: 2f150376758ae6d0f42fc9c3e83a9c04d6cbdf32 [file] [log] [blame]
function t(code) {
var f = new Function(code);
try { f(); } catch (e) { }
}
t("");
t("");
t("");
t("this.function = 7;");