1 2 3 4 5 6 7 8 9 10 11 12 13
function f(code) { try { Function(code)() } catch(r) {} } { function x() {} } f("") f("") f("") f("x::e") if (typeof w == "") {}