v8
3.11.10(node0.8.26)
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 6573 of file objects.cc.
References FlatStringReader::PostGarbageCollection().
FlatStringReader | ( | Isolate * | isolate, |
Vector< const char > | input | ||
) |
Definition at line 6581 of file objects.cc.
|
inline |
Definition at line 409 of file objects-inl.h.
References ASSERT.
Referenced by RegExpParser::Advance().
|
inline |
Definition at line 7653 of file objects.h.
Referenced by RegExpParser::ParsePattern(), and RegExpParser::ReportError().
void PostGarbageCollection | ( | ) |
Definition at line 6589 of file objects.cc.
References ASSERT, and v8::internal::NULL.
Referenced by FlatStringReader::FlatStringReader().