Method |
Description |
|
Call ( Object args, Object thisob ) : Object |
|
|
Construct ( Object args ) : Object |
|
|
ConstructNew ( Object args ) : RegExpObject |
|
|
CreateInstance ( ) : RegExpObject |
|
|
GetIndex ( ) : Object |
|
|
GetInput ( ) : Object |
|
|
GetLastIndex ( ) : Object |
|
|
GetLastMatch ( ) : Object |
|
|
GetLastParen ( ) : Object |
|
|
GetLeftContext ( ) : Object |
|
|
GetMemberValue ( String name ) : Object |
|
|
GetRightContext ( ) : Object |
|
|
Invoke ( ) : RegExpObject |
|
|
RegExpConstructor ( ) : System |
|
|
RegExpConstructor ( LenientFunctionPrototype parent, LenientRegExpPrototype prototypeProp, LenientArrayPrototype arrayPrototype ) : System |
|
|
SetInput ( Object value ) : void |
|
|
SetMemberValue ( String name, Object value ) : void |
|
|
UpdateConstructor ( Regex regex, Match match, String input ) : int |
|
|