GetRegExpProxy() приватный Метод

private GetRegExpProxy ( ) : RegExpProxy
Результат RegExpProxy
Пример #1
0
		public static Scriptable WrapRegExp(Context cx, Scriptable scope, object compiled)
		{
			return cx.GetRegExpProxy().WrapRegExp(cx, scope, compiled);
		}
Пример #2
0
		public static RegExpProxy GetRegExpProxy(Context cx)
		{
			return cx.GetRegExpProxy();
		}