Microsoft.JScript.VsaStaticCode.CheckForErrors C# (CSharp) Method

CheckForErrors() private method

private CheckForErrors ( ) : void
return void
      internal override void CheckForErrors() {
        if (this.compiledClass == null) {
          JSParser p = new JSParser(this.codeContext);
          AST prog = (ScriptBlock)p.Parse();
          //prog.PartiallyEvaluate();
        }
      }