V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::FlatStringReader Class Reference
Inheritance diagram for v8::internal::FlatStringReader:
v8::internal::Relocatable

Public Member Functions

 FlatStringReader (Isolate *isolate, Handle< String > str)
 
 FlatStringReader (Isolate *isolate, Vector< const char > input)
 
void PostGarbageCollection () override
 
uc32 Get (int index)
 
template<typename Char >
Char Get (int index)
 
int length ()
 
- Public Member Functions inherited from v8::internal::Relocatable
 Relocatable (Isolate *isolate)
 
virtual void IterateInstance (RootVisitor *v)
 

Additional Inherited Members

- Static Public Member Functions inherited from v8::internal::Relocatable
static void PostGarbageCollectionProcessing (Isolate *isolate)
 
static int ArchiveSpacePerThread ()
 
static charArchiveState (Isolate *isolate, char *to)
 
static charRestoreState (Isolate *isolate, char *from)
 
static void Iterate (Isolate *isolate, RootVisitor *v)
 
static void Iterate (RootVisitor *v, Relocatable *top)
 
static charIterate (RootVisitor *v, char *t)
 

Detailed Description

Definition at line 822 of file string.h.


The documentation for this class was generated from the following files: