v8
3.11.10(node0.8.26)
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) |