![]() |
v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|

Go to the source code of this file.
Data Structures | |
| class | StringSearchBase |
| class | StringSearch< PatternChar, SubjectChar > |
Namespaces | |
| v8 | |
| v8::internal | |
Functions | |
| template<typename PatternChar , typename SubjectChar > | |
| bool | CharCompare (const PatternChar *pattern, const SubjectChar *subject, int length) |
| template<typename SubjectChar , typename PatternChar > | |
| int | SearchString (Isolate *isolate, Vector< const SubjectChar > subject, Vector< const PatternChar > pattern, int start_index) |