![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Static Public Member Functions | |
static Handle< String > | GenericCaptureGetter (Isolate *isolate, Handle< RegExpMatchInfo > match_info, int capture, bool *ok=nullptr) |
static V8_WARN_UNUSED_RESULT MaybeHandle< Object > | SetLastIndex (Isolate *isolate, Handle< JSReceiver > regexp, uint64_t value) |
static V8_WARN_UNUSED_RESULT MaybeHandle< Object > | GetLastIndex (Isolate *isolate, Handle< JSReceiver > recv) |
static V8_WARN_UNUSED_RESULT MaybeHandle< Object > | RegExpExec (Isolate *isolate, Handle< JSReceiver > regexp, Handle< String > string, Handle< Object > exec) |
static Maybe< bool > | IsRegExp (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< Object > | SetAdvancedStringIndex (Isolate *isolate, Handle< JSReceiver > regexp, Handle< String > string, bool unicode) |
Definition at line 16 of file regexp-utils.h.