second-argument-null.js (83B)
1 try { 2 postMessage(1, null); 3 } catch(e) { 4 postMessage(e instanceof TypeError); 5 }