// $wnd is set to window.parent. Usually, in others, $wnd = window.
// By default, $wnd is not set when the module starts, but a replacement for
// installLocationIframe.js may set it.
out.print("var $wnd = $wnd || window.parent;");
out.newlineOpt();
out.print("var __gwtModuleFunction = $wnd." + context.getModuleFunctionName() + ";");
out.newlineOpt();
out.print("var $sendStats = __gwtModuleFunction.__sendStats;");
out.newlineOpt();
out.print("$sendStats('moduleStartup', 'moduleEvalStart');");