v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::ZonePreparseData Class Reference

#include <preparse-data-impl.h>

Inheritance diagram for v8::internal::ZonePreparseData:
Collaboration diagram for v8::internal::ZonePreparseData:

Public Member Functions

V8_EXPORT_PRIVATE ZonePreparseData (Zone *zone, base::Vector< uint8_t > *byte_data, int child_length)
 
 ZonePreparseData (const ZonePreparseData &)=delete
 
ZonePreparseDataoperator= (const ZonePreparseData &)=delete
 
Handle< PreparseDataSerialize (Isolate *isolate)
 
Handle< PreparseDataSerialize (LocalIsolate *isolate)
 
int children_length () const
 
ZonePreparseDataget_child (int index)
 
void set_child (int index, ZonePreparseData *child)
 
ZoneVector< uint8_t > * byte_data ()
 
- Public Member Functions inherited from v8::internal::ZoneObject
void * operator new (size_t, Zone *)=delete
 
void * operator new (size_t size, void *ptr)
 
void operator delete (void *, size_t)
 
void operator delete (void *pointer, Zone *zone)=delete
 

Private Attributes

ZoneVector< uint8_t > byte_data_
 
ZoneVector< ZonePreparseData * > children_
 

Detailed Description

Definition at line 206 of file preparse-data-impl.h.

Constructor & Destructor Documentation

◆ ZonePreparseData() [1/2]

v8::internal::ZonePreparseData::ZonePreparseData ( Zone * zone,
base::Vector< uint8_t > * byte_data,
int child_length )

Definition at line 787 of file preparse-data.cc.

◆ ZonePreparseData() [2/2]

v8::internal::ZonePreparseData::ZonePreparseData ( const ZonePreparseData & )
delete

Member Function Documentation

◆ byte_data()

ZoneVector< uint8_t > * v8::internal::ZonePreparseData::byte_data ( )
inline

Definition at line 227 of file preparse-data-impl.h.

Here is the caller graph for this function:

◆ children_length()

int v8::internal::ZonePreparseData::children_length ( ) const
inline

Definition at line 218 of file preparse-data-impl.h.

Here is the caller graph for this function:

◆ get_child()

ZonePreparseData * v8::internal::ZonePreparseData::get_child ( int index)
inline

Definition at line 220 of file preparse-data-impl.h.

Here is the caller graph for this function:

◆ operator=()

ZonePreparseData & v8::internal::ZonePreparseData::operator= ( const ZonePreparseData & )
delete

◆ Serialize() [1/2]

Handle< PreparseData > v8::internal::ZonePreparseData::Serialize ( Isolate * isolate)

Definition at line 792 of file preparse-data.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Serialize() [2/2]

Handle< PreparseData > v8::internal::ZonePreparseData::Serialize ( LocalIsolate * isolate)

Definition at line 808 of file preparse-data.cc.

Here is the call graph for this function:

◆ set_child()

void v8::internal::ZonePreparseData::set_child ( int index,
ZonePreparseData * child )
inline

Definition at line 222 of file preparse-data-impl.h.

Member Data Documentation

◆ byte_data_

ZoneVector<uint8_t> v8::internal::ZonePreparseData::byte_data_
private

Definition at line 230 of file preparse-data-impl.h.

◆ children_

ZoneVector<ZonePreparseData*> v8::internal::ZonePreparseData::children_
private

Definition at line 231 of file preparse-data-impl.h.


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