org.mozilla.javascript.regexp
Class RegExpImpl
java.lang.Object
org.mozilla.javascript.regexp.RegExpImpl
- RegExpProxy
public class RegExpImpl
extends java.lang.Object
Object | action(Context cx, Scriptable scope, Scriptable thisObj, Object[] args, int actionType)
|
Object | compileRegExp(Context cx, String source, String flags)
|
int | find_split(Context cx, Scriptable scope, String target, String separator, Scriptable reObj, int[] ip, int[] matchlen, boolean[] matched, String[][] parensp)
|
boolean | isRegExp(Scriptable obj)
|
Scriptable | wrapRegExp(Context cx, Scriptable scope, Object compiled)
|