V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
ZonePreParsedScopeData (Zone *zone, ZoneChunkList< uint8_t >::iterator byte_data_begin, ZoneChunkList< uint8_t >::iterator byte_data_end, int child_length) | |
Handle< PreParsedScopeData > | Serialize (Isolate *isolate) |
int | child_length () const |
ZonePreParsedScopeData * | get_child (int index) |
void | set_child (int index, ZonePreParsedScopeData *child) |
ZoneVector< uint8_t > * | byte_data () |
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) |
Definition at line 216 of file preparsed-scope-data-impl.h.