V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Types | |
enum | CaptureState { INVALID, UNMATCHED, MATCHED } |
Public Member Functions | |
virtual Handle< String > | GetMatch ()=0 |
virtual Handle< String > | GetPrefix ()=0 |
virtual Handle< String > | GetSuffix ()=0 |
virtual int | CaptureCount ()=0 |
virtual bool | HasNamedCaptures ()=0 |
virtual MaybeHandle< String > | GetCapture (int i, bool *capture_exists)=0 |
virtual MaybeHandle< String > | GetNamedCapture (Handle< String > name, CaptureState *state)=0 |