Uses of Interface
org.htmlunit.corejs.javascript.RegExpProxy
Packages that use RegExpProxy
-
Uses of RegExpProxy in org.htmlunit.corejs.javascript
Fields in org.htmlunit.corejs.javascript declared as RegExpProxyMethods in org.htmlunit.corejs.javascript that return RegExpProxyModifier and TypeMethodDescriptionstatic RegExpProxyScriptRuntime.checkRegExpProxy(Context cx) (package private) RegExpProxyContext.getRegExpProxy()static RegExpProxyScriptRuntime.getRegExpProxy(Context cx) Methods in org.htmlunit.corejs.javascript with parameters of type RegExpProxyModifier and TypeMethodDescriptionstatic voidScriptRuntime.setRegExpProxy(Context cx, RegExpProxy proxy) -
Uses of RegExpProxy in org.htmlunit.corejs.javascript.regexp
Classes in org.htmlunit.corejs.javascript.regexp that implement RegExpProxyMethods in org.htmlunit.corejs.javascript.regexp with parameters of type RegExpProxyModifier and TypeMethodDescriptionprivate static intRegExpImpl.find_split(Context cx, Scriptable scope, String target, String separator, int version, RegExpProxy reProxy, Scriptable re, int[] ip, int[] matchlen, boolean[] matched, String[][] parensp)