Microsoft.JScript.RegExpConstructor.RegExpConstructor C# (CSharp) 메소드

RegExpConstructor() 개인적인 메소드

private RegExpConstructor ( ) : System
리턴 System
      internal RegExpConstructor()
        : base(FunctionPrototype.ob, "RegExp", 2) {
        this.originalPrototype = RegExpPrototype.ob;
        RegExpPrototype._constructor = this;
        this.proto = RegExpPrototype.ob;
        this.arrayPrototype = ArrayPrototype.ob;
        this.regex = null;
        this.lastRegexMatch = null;
        this.inputString = "";
        this.lastInput = null;
      }

Same methods

RegExpConstructor::RegExpConstructor ( LenientFunctionPrototype parent, LenientRegExpPrototype prototypeProp, LenientArrayPrototype arrayPrototype ) : System