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