second-argument-null-in-array.js (89B)
1 try { 2 postMessage(false, [null]); 3 } catch(e) { 4 postMessage(e instanceof TypeError); 5 }