5051525354555657585960
if ( debug ) { ScriptableObject.putProperty(global, "strikeThePose", new BaseFunction() { @Override public Object call(Context cx, Scriptable scope, Scriptable thisObj, Object[] args) { main.doBreak(); return Undefined.instance; } }); }
4445464748495051525354
} this.rhinoContext = setUpRhinoScope(); if (this.suiteAnnotation.debug()) { debugger.doBreak(); } } private RhinoContext setUpRhinoScope() { RhinoContext context = new RhinoContext();