Inheritance: Rhino.ImporterTopLevel
示例#1
0
		private Bug421071Test.TopLevelScope CreateGlobalScope()
		{
			factory = new Bug421071Test.DynamicScopeContextFactory();
			Context context = factory.EnterContext();
			// noinspection deprecation
			Bug421071Test.TopLevelScope globalScope = new Bug421071Test.TopLevelScope(this, context);
			Context.Exit();
			return globalScope;
		}
示例#2
0
		protected virtual void SetUp()
		{
			globalScope = CreateGlobalScope();
		}