v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::RegExpUtils Member List

This is the complete list of members for v8::internal::RegExpUtils, including all inherited members.

AdvanceStringIndex(Tagged< String > string, uint64_t index, bool unicode)v8::internal::RegExpUtilsstatic
GenericCaptureGetter(Isolate *isolate, DirectHandle< RegExpMatchInfo > match_info, int capture, bool *ok=nullptr)v8::internal::RegExpUtilsstatic
GetLastIndex(Isolate *isolate, DirectHandle< JSReceiver > recv)v8::internal::RegExpUtilsstatic
IsMatchedCapture(Tagged< RegExpMatchInfo > match_info, int capture)v8::internal::RegExpUtilsstatic
IsUnmodifiedRegExp(Isolate *isolate, DirectHandle< Object > obj)v8::internal::RegExpUtilsstatic
RegExpExec(Isolate *isolate, DirectHandle< JSReceiver > regexp, DirectHandle< String > string, DirectHandle< Object > exec)v8::internal::RegExpUtilsstatic
SetAdvancedStringIndex(Isolate *isolate, DirectHandle< JSReceiver > regexp, DirectHandle< String > string, bool unicode)v8::internal::RegExpUtilsstatic
SetLastIndex(Isolate *isolate, DirectHandle< JSReceiver > regexp, uint64_t value)v8::internal::RegExpUtilsstatic