bug-1016016.js (376B)
1 // |jit-test| error:ReferenceError 2 toPrinted(this.reason); 3 function toPrinted(value) { 4 return value = String(value); 5 } 6 var lfcode = new Array(); 7 lfcode.push = loadFile; 8 lfcode.push("enableTrackAllocations();"); 9 lfcode.push("\ 10 gczeal(9, 2);\ 11 newGlobal();\ 12 ''.addDebuggee(g1);\ 13 "); 14 function loadFile(lfVarx) { 15 evaluate(lfVarx, { noScriptRval : true, isRunOnce : true }); 16 }