Microsoft.JScript.IdentifierLiteral.PartiallyEvaluate C# (CSharp) Method

PartiallyEvaluate() private method

private PartiallyEvaluate ( ) : AST
return AST
      internal override AST PartiallyEvaluate(){
        throw new JScriptException(JSError.InternalError, this.context);
      }