![]() |
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::RegExpResultsCache_MatchGlobalAtom, including all inherited members.
Clear(Heap *heap) | v8::internal::RegExpResultsCache_MatchGlobalAtom | static |
kEntrySize | v8::internal::RegExpResultsCache_MatchGlobalAtom | privatestatic |
kLastMatchIndexIndex | v8::internal::RegExpResultsCache_MatchGlobalAtom | privatestatic |
kNumberOfMatchesIndex | v8::internal::RegExpResultsCache_MatchGlobalAtom | privatestatic |
kPatternIndex | v8::internal::RegExpResultsCache_MatchGlobalAtom | privatestatic |
kSize | v8::internal::RegExpResultsCache_MatchGlobalAtom | static |
kSubjectIndex | v8::internal::RegExpResultsCache_MatchGlobalAtom | privatestatic |
TryGet(Isolate *isolate, Tagged< String > subject, Tagged< String > pattern, int *number_of_matches_out, int *last_match_index_out) | v8::internal::RegExpResultsCache_MatchGlobalAtom | static |
TryInsert(Isolate *isolate, Tagged< String > subject, Tagged< String > pattern, int number_of_matches, int last_match_index) | v8::internal::RegExpResultsCache_MatchGlobalAtom | static |