Uses of Class
org.htmlunit.corejs.javascript.regexp.NativeRegExp
-
Packages that use NativeRegExp Package Description org.htmlunit.corejs.javascript.regexp -
-
Uses of NativeRegExp in org.htmlunit.corejs.javascript.regexp
Subclasses of NativeRegExp in org.htmlunit.corejs.javascript.regexp Modifier and Type Class Description (package private) class
NativeRegExpCallable
Legacy implementation of RegExp was callable, this class exists to preserve this functionalityMethods in org.htmlunit.corejs.javascript.regexp that return NativeRegExp Modifier and Type Method Description private static NativeRegExp
RegExpImpl. createRegExp(Context cx, Scriptable scope, java.lang.Object[] args, int optarg, boolean forceFlat)
private static NativeRegExp
NativeRegExp. realThis(Scriptable thisObj, IdFunctionObject f)
(package private) static NativeRegExp
NativeRegExpInstantiator. withLanguageVersion(int languageVersion)
(package private) static NativeRegExp
NativeRegExpInstantiator. withLanguageVersionScopeCompiled(int languageVersion, Scriptable scope, RECompiled compiled)
Methods in org.htmlunit.corejs.javascript.regexp with parameters of type NativeRegExp Modifier and Type Method Description private static java.lang.Object
RegExpImpl. matchOrReplace(Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args, RegExpImpl reImpl, GlobData data, NativeRegExp re)
Analog of C match_or_replace.
-