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. michael@0: michael@0: function f() { michael@0: // line 6 michael@0: function ff() { michael@0: return "my wuv, I want you always beside me"; // line 8 michael@0: }; michael@0: ff.global = this; michael@0: return ff; michael@0: }; michael@0: michael@0: function g() { michael@0: return "to Oz"; // line 15 michael@0: } michael@0: michael@0: f.global = this; michael@0: g.global = this;