michael@0: // -*- mode: js2 -*- michael@0: // Script for Debugger-findScripts-12.js to load. michael@0: // Line numbers in this script are cited in the test, and must align with ...-script1. michael@0: michael@0: function h() { michael@0: // line 6 michael@0: function hh() { michael@0: return "on investment"; // line 8 michael@0: }; michael@0: hh.global = this; michael@0: return hh; michael@0: }; michael@0: michael@0: function i() { michael@0: return "to innocence"; // line 15 michael@0: } michael@0: michael@0: h.global = this; michael@0: i.global = this;