bug872331.js (88B)
1 function d(t) { 2 if (t >= undefined) {} 3 } 4 function s() { 5 d(null); 6 } 7 d(3); 8 s(); 9 s();