public ScriptRunner(Bug421071Test _enclosing, Script script) { this._enclosing = _enclosing; this.script = script; }
public TopLevelScope(Bug421071Test _enclosing, Context context) : base(context) { this._enclosing = _enclosing; }