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

GetLastIndex() public method

public GetLastIndex ( JsRegExp regex, JsInstance parameters ) : JsInstance
regex JsRegExp
parameters JsInstance
return JsInstance
        public JsInstance GetLastIndex(JsRegExp regex, JsInstance[] parameters)
        {
            return regex["lastIndex"];
        }