if (!('oomTest' in this)) quit(); function f() { return this === null; }; function g() { if (!f.apply(9)) {} } oomTest(g);