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

TestImpl() public method

public TestImpl ( JsRegExp regex, JsInstance parameters ) : JsInstance
regex JsRegExp
parameters JsInstance
return JsInstance
        public JsInstance TestImpl(JsRegExp regex, JsInstance[] parameters)
        {
            return Global.BooleanClass.New(ExecImpl(regex, parameters) != JsNull.Instance);
        }