![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
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::RegExpUtils | static |
GenericCaptureGetter(Isolate *isolate, DirectHandle< RegExpMatchInfo > match_info, int capture, bool *ok=nullptr) | v8::internal::RegExpUtils | static |
GetLastIndex(Isolate *isolate, DirectHandle< JSReceiver > recv) | v8::internal::RegExpUtils | static |
IsMatchedCapture(Tagged< RegExpMatchInfo > match_info, int capture) | v8::internal::RegExpUtils | static |
IsUnmodifiedRegExp(Isolate *isolate, DirectHandle< Object > obj) | v8::internal::RegExpUtils | static |
RegExpExec(Isolate *isolate, DirectHandle< JSReceiver > regexp, DirectHandle< String > string, DirectHandle< Object > exec) | v8::internal::RegExpUtils | static |
SetAdvancedStringIndex(Isolate *isolate, DirectHandle< JSReceiver > regexp, DirectHandle< String > string, bool unicode) | v8::internal::RegExpUtils | static |
SetLastIndex(Isolate *isolate, DirectHandle< JSReceiver > regexp, uint64_t value) | v8::internal::RegExpUtils | static |