Uses of Class
org.htmlunit.corejs.javascript.regexp.NativeRegExp
Packages that use NativeRegExp
-
Uses of NativeRegExp in org.htmlunit.corejs.javascript.regexp
Subclasses of NativeRegExp in org.htmlunit.corejs.javascript.regexpModifier and TypeClassDescription(package private) class
Legacy implementation of RegExp was callable, this class exists to preserve this functionalityMethods in org.htmlunit.corejs.javascript.regexp that return NativeRegExpModifier and TypeMethodDescriptionprivate static NativeRegExp
RegExpImpl.createRegExp
(Context cx, Scriptable scope, 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 NativeRegExpModifier and TypeMethodDescriptionprivate static Object
RegExpImpl.matchOrReplace
(Context cx, Scriptable scope, Scriptable thisObj, Object[] args, RegExpImpl reImpl, GlobData data, NativeRegExp re) Analog of C match_or_replace.