V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::String::Match Class Referenceabstract

Public Types

enum  CaptureState { INVALID, UNMATCHED, MATCHED }
 

Public Member Functions

virtual Handle< StringGetMatch ()=0
 
virtual Handle< StringGetPrefix ()=0
 
virtual Handle< StringGetSuffix ()=0
 
virtual int CaptureCount ()=0
 
virtual bool HasNamedCaptures ()=0
 
virtual MaybeHandle< StringGetCapture (int i, bool *capture_exists)=0
 
virtual MaybeHandle< StringGetNamedCapture (Handle< String > name, CaptureState *state)=0
 

Detailed Description

Definition at line 239 of file string.h.


The documentation for this class was generated from the following file: