bug1203695.js (341B)
1 // |jit-test| --code-coverage 2 3 var lfcode = new Array(); 4 lfcode.push = loadFile; 5 lfcode.push(")"); 6 lfcode.push(` 7 assertThrowsInstanceOf(function () {}, TypeError); 8 var g = newGlobal(); 9 `); 10 getLcovInfo(g); 11 function loadFile(lfVarx) { 12 try { 13 evaluate(lfVarx, { noScriptRval : true, compileAndGo : true }); 14 } catch (lfVare) {} 15 }