GetRegExpProxy() private method

private GetRegExpProxy ( ) : RegExpProxy
return RegExpProxy
Example #1
0
		public static Scriptable WrapRegExp(Context cx, Scriptable scope, object compiled)
		{
			return cx.GetRegExpProxy().WrapRegExp(cx, scope, compiled);
		}
Example #2
0
		public static RegExpProxy GetRegExpProxy(Context cx)
		{
			return cx.GetRegExpProxy();
		}