V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::ProducedPreParsedScopeData Class Referenceabstract
Inheritance diagram for v8::internal::ProducedPreParsedScopeData:
v8::internal::ZoneObject v8::internal::BuilderProducedPreParsedScopeData v8::internal::OnHeapProducedPreParsedScopeData v8::internal::ZoneProducedPreParsedScopeData

Public Member Functions

virtual MaybeHandle< PreParsedScopeDataSerialize (Isolate *isolate)=0
 
virtual ZonePreParsedScopeDataSerialize (Zone *zone)=0
 
- 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)
 

Static Public Member Functions

static ProducedPreParsedScopeDataFor (PreParsedScopeDataBuilder *builder, Zone *zone)
 
static ProducedPreParsedScopeDataFor (Handle< PreParsedScopeData > data, Zone *zone)
 
static ProducedPreParsedScopeDataFor (ZonePreParsedScopeData *data, Zone *zone)
 

Detailed Description

Definition at line 149 of file preparsed-scope-data.h.


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