function f(code) {
  try {
    Function(code)()
  } catch(r) {}
} {
  function x() {}
}
f("")
f("")
f("")
f("x::e")
if (typeof w == "") {}