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

#include <preparse-data.h>

Inheritance diagram for v8::internal::ProducedPreparseData:
Collaboration diagram for v8::internal::ProducedPreparseData:

Public Member Functions

virtual Handle< PreparseDataSerialize (Isolate *isolate)=0
 
virtual Handle< PreparseDataSerialize (LocalIsolate *isolate)=0
 
virtual ZonePreparseDataSerialize (Zone *zone)=0
 
- 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
 

Static Public Member Functions

static ProducedPreparseDataFor (PreparseDataBuilder *builder, Zone *zone)
 
static ProducedPreparseDataFor (Handle< PreparseData > data, Zone *zone)
 
static ProducedPreparseDataFor (ZonePreparseData *data, Zone *zone)
 

Detailed Description

Definition at line 248 of file preparse-data.h.

Member Function Documentation

◆ For() [1/3]

ProducedPreparseData * v8::internal::ProducedPreparseData::For ( Handle< PreparseData > data,
Zone * zone )
static

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

Here is the call graph for this function:

◆ For() [2/3]

ProducedPreparseData * v8::internal::ProducedPreparseData::For ( PreparseDataBuilder * builder,
Zone * zone )
static

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

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

◆ For() [3/3]

ProducedPreparseData * v8::internal::ProducedPreparseData::For ( ZonePreparseData * data,
Zone * zone )
static

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

Here is the call graph for this function:

◆ Serialize() [1/3]

virtual Handle< PreparseData > v8::internal::ProducedPreparseData::Serialize ( Isolate * isolate)
pure virtual

Implemented in v8::internal::BuilderProducedPreparseData, v8::internal::OnHeapProducedPreparseData, and v8::internal::ZoneProducedPreparseData.

Here is the caller graph for this function:

◆ Serialize() [2/3]

virtual Handle< PreparseData > v8::internal::ProducedPreparseData::Serialize ( LocalIsolate * isolate)
pure virtual

◆ Serialize() [3/3]

virtual ZonePreparseData * v8::internal::ProducedPreparseData::Serialize ( Zone * zone)
pure virtual

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