michael@0: // Binary: cache/js-dbg-64-a9a18824b4c1-linux michael@0: // Flags: --ion-eager michael@0: // michael@0: michael@0: { michael@0: try michael@0: { michael@0: try michael@0: { michael@0: } michael@0: catch(ex1) michael@0: { michael@0: } michael@0: } michael@0: catch(ex) michael@0: { michael@0: } michael@0: } michael@0: function optionsClear() { michael@0: var optionNames = options().split(','); michael@0: for (var i = 0; i < optionNames.length; i++) michael@0: { michael@0: var optionName = optionNames[i]; michael@0: if (optionName && michael@0: optionName != "methodjit_always") michael@0: { michael@0: options(optionName); michael@0: } michael@0: } michael@0: } michael@0: { michael@0: optionsClear(); michael@0: { michael@0: } michael@0: } michael@0: function test() { michael@0: for ( gTc=0; gTc < gTestcases.length; gTc++ ) { michael@0: try michael@0: { michael@0: } michael@0: catch(e) michael@0: { michael@0: } michael@0: } michael@0: } michael@0: try { michael@0: var g = newGlobal(); michael@0: g.eval("(" + function () { michael@0: dbg = new Debugger(debuggeeGlobal); michael@0: } + ")();"); michael@0: } catch(exc0) {}