Jint.Native.JsRegExpConstructor.JsRegExpConstructor C# (CSharp) Method

JsRegExpConstructor() public method

public JsRegExpConstructor ( IGlobal global ) : System
global IGlobal
return System
        public JsRegExpConstructor(IGlobal global)
            : base(global)
        {
            Name = "RegExp";
            DefineOwnProperty(PROTOTYPE, global.ObjectClass.New(this), PropertyAttributes.DontDelete | PropertyAttributes.DontEnum | PropertyAttributes.ReadOnly);
        }