1 2 3 4 5 6 7 8 9 10
try { { function x() {} } o = (0).__proto__; function f(o) { o._("", function() {}) } f(o) } catch (e) {}