V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
ChunkedStream (ScriptCompiler::ExternalSourceStream *source) | |
ChunkedStream (const ChunkedStream &other) | |
Range< Char > | GetDataAt (size_t pos, RuntimeCallStats *stats) |
Static Public Attributes | |
static const bool | kCanBeCloned = false |
static const bool | kCanAccessHeap = false |
Protected Attributes | |
std::vector< struct Chunk > | chunks_ |
Definition at line 154 of file scanner-character-streams.cc.