bug-1223021.js (99B)
1 function f() { 2 return this === null; 3 }; 4 5 function g() { 6 if (!f.apply(9)) {} 7 } 8 9 oomTest(g);