Microsoft.JScript.Vsa.VsaEngine.SetUpCompilerEnvironment C# (CSharp) Method

SetUpCompilerEnvironment() private method

private SetUpCompilerEnvironment ( ) : void
return void
      internal void SetUpCompilerEnvironment(){
        if (!this.isCompilerSet){
          Microsoft.JScript.Globals.TypeRefs = this.TypeRefs;
          this.globals = this.Globals;
          this.isCompilerSet = true;
        }
      }