![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Public Member Functions | |
TestingStream (const Char *data, size_t length) | |
Range< Char > | GetDataAt (size_t pos, RuntimeCallStats *stats, DisallowGarbageCollection *no_gc=nullptr) |
Static Public Attributes | |
static const bool | kCanBeCloned = true |
static const bool | kCanAccessHeap = false |
Private Attributes | |
const Char *const | data_ |
const size_t | length_ |
Definition at line 132 of file scanner-character-streams.cc.
|
inline |
Definition at line 134 of file scanner-character-streams.cc.
|
inline |
Definition at line 138 of file scanner-character-streams.cc.
|
private |
Definition at line 147 of file scanner-character-streams.cc.
|
static |
Definition at line 144 of file scanner-character-streams.cc.
|
static |
Definition at line 143 of file scanner-character-streams.cc.
|
private |
Definition at line 148 of file scanner-character-streams.cc.