![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <preparse-data.h>
Public Member Functions | |
virtual Handle< PreparseData > | Serialize (Isolate *isolate)=0 |
virtual Handle< PreparseData > | Serialize (LocalIsolate *isolate)=0 |
virtual ZonePreparseData * | Serialize (Zone *zone)=0 |
![]() | |
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 ProducedPreparseData * | For (PreparseDataBuilder *builder, Zone *zone) |
static ProducedPreparseData * | For (Handle< PreparseData > data, Zone *zone) |
static ProducedPreparseData * | For (ZonePreparseData *data, Zone *zone) |
Definition at line 248 of file preparse-data.h.
|
static |
|
static |
Definition at line 569 of file preparse-data.cc.
|
static |
|
pure virtual |
Implemented in v8::internal::BuilderProducedPreparseData, v8::internal::OnHeapProducedPreparseData, and v8::internal::ZoneProducedPreparseData.
|
pure virtual |
|
pure virtual |