V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
ByteData (Zone *zone) | |
void | WriteUint32 (uint32_t data) |
void | WriteUint8 (uint8_t data) |
void | WriteQuarter (uint8_t data) |
Handle< PodArray< uint8_t > > | Serialize (Isolate *isolate) |
size_t | size () const |
ZoneChunkList< uint8_t >::iterator | begin () |
ZoneChunkList< uint8_t >::iterator | end () |
Public Member Functions inherited from v8::internal::ZoneObject | |
void * | operator new (size_t size, Zone *zone) |
void | operator delete (void *, size_t) |
void | operator delete (void *pointer, Zone *zone) |
Additional Inherited Members | |
Static Public Attributes inherited from v8::internal::PreParsedScopeByteDataConstants | |
static constexpr size_t | kUint32Size = 4 |
static constexpr size_t | kUint8Size = 1 |
static constexpr size_t | kPlaceholderSize = 0 |
static const size_t | kSkippableFunctionDataSize |
Definition at line 36 of file preparsed-scope-data-impl.h.