Microsoft.JScript.GlobalScope.SetFast C# (CSharp) Méthode

SetFast() private méthode

private SetFast ( ) : void
Résultat void
      internal void SetFast(){
        this.fast = true;
        this.isKnownAtCompileTime = true;
        if (this.globalObject != null){
          this.globalObject = GlobalObject.commonInstance;
          this.globalObjectTR = TypeReflector.GetTypeReflectorFor(Globals.TypeRefs.ToReferenceContext(this.globalObject.GetType()));
        }
      }