GetRegExpProxy() private méthode

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