v8
3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
|
#include <objects.h>
Public Member Functions | |
FlatStringReader (Isolate *isolate, Handle< String > str) | |
FlatStringReader (Isolate *isolate, Vector< const char > input) | |
void | PostGarbageCollection () |
uc32 | Get (int index) |
int | length () |
FlatStringReader | ( | Isolate * | isolate, |
Handle< String > | str | ||
) |
Definition at line 6645 of file objects.cc.
References FlatStringReader::PostGarbageCollection().
FlatStringReader | ( | Isolate * | isolate, |
Vector< const char > | input | ||
) |
Definition at line 6653 of file objects.cc.
|
inline |
Definition at line 420 of file objects-inl.h.
References ASSERT.
Referenced by RegExpParser::Advance().
|
inline |
Definition at line 7883 of file objects.h.
Referenced by RegExpParser::ParsePattern(), and RegExpParser::ReportError().
void PostGarbageCollection | ( | ) |
Definition at line 6661 of file objects.cc.
References ASSERT, and v8::internal::NULL.
Referenced by FlatStringReader::FlatStringReader().