示例#1
0
			public ScriptRunner(Bug421071Test _enclosing, Script script)
			{
				this._enclosing = _enclosing;
				this.script = script;
			}
示例#2
0
			public TopLevelScope(Bug421071Test _enclosing, Context context) : base(context)
			{
				this._enclosing = _enclosing;
			}