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) classLegacy implementation of RegExp was callable, this class exists to preserve this functionalityMethods in org.htmlunit.corejs.javascript.regexp that return NativeRegExpModifier and TypeMethodDescriptionprivate static NativeRegExpRegExpImpl.createRegExp(Context cx, Scriptable scope, Object[] args, int optarg, boolean forceFlat) private static NativeRegExpNativeRegExp.realThis(Scriptable thisObj, IdFunctionObject f) (package private) static NativeRegExpNativeRegExpInstantiator.withLanguageVersion(int languageVersion) (package private) static NativeRegExpNativeRegExpInstantiator.withLanguageVersionScopeCompiled(int languageVersion, Scriptable scope, RECompiled compiled) Methods in org.htmlunit.corejs.javascript.regexp with parameters of type NativeRegExpModifier and TypeMethodDescriptionprivate static ObjectRegExpImpl.matchOrReplace(Context cx, Scriptable scope, Scriptable thisObj, Object[] args, RegExpImpl reImpl, GlobData data, NativeRegExp re) Analog of C match_or_replace.