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();
		}