V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
v8::internal::RegExpUtils Class Reference
Inheritance diagram for v8::internal::RegExpUtils:
v8::internal::AllStatic

Static Public Member Functions

static Handle< StringGenericCaptureGetter (Isolate *isolate, Handle< RegExpMatchInfo > match_info, int capture, bool *ok=nullptr)
 
static V8_WARN_UNUSED_RESULT MaybeHandle< ObjectSetLastIndex (Isolate *isolate, Handle< JSReceiver > regexp, uint64_t value)
 
static V8_WARN_UNUSED_RESULT MaybeHandle< ObjectGetLastIndex (Isolate *isolate, Handle< JSReceiver > recv)
 
static V8_WARN_UNUSED_RESULT MaybeHandle< ObjectRegExpExec (Isolate *isolate, Handle< JSReceiver > regexp, Handle< String > string, Handle< Object > exec)
 
static Maybe< boolIsRegExp (Isolate *isolate, Handle< Object > object)
 
static bool IsUnmodifiedRegExp (Isolate *isolate, Handle< Object > obj)
 
static uint64_t AdvanceStringIndex (Handle< String > string, uint64_t index, bool unicode)
 
static V8_WARN_UNUSED_RESULT MaybeHandle< ObjectSetAdvancedStringIndex (Isolate *isolate, Handle< JSReceiver > regexp, Handle< String > string, bool unicode)
 

Detailed Description

Definition at line 16 of file regexp-utils.h.


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