V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::BaseConsumedPreParsedScopeData< Data > Class Template Referenceabstract
Inheritance diagram for v8::internal::BaseConsumedPreParsedScopeData< Data >:
v8::internal::ConsumedPreParsedScopeData

Classes

class  ByteData
 

Public Member Functions

virtual Data GetScopeData ()=0
 
virtual ProducedPreParsedScopeDataGetChildData (Zone *zone, int child_index)=0
 
ProducedPreParsedScopeDataGetDataForSkippableFunction (Zone *zone, int start_position, int *end_position, int *num_parameters, int *num_inner_functions, bool *uses_super_property, LanguageMode *language_mode) final
 
void RestoreScopeAllocationData (DeclarationScope *scope) final
 

Additional Inherited Members

- Static Public Member Functions inherited from v8::internal::ConsumedPreParsedScopeData
static std::unique_ptr< ConsumedPreParsedScopeDataFor (Isolate *isolate, Handle< PreParsedScopeData > data)
 
static std::unique_ptr< ConsumedPreParsedScopeDataFor (Zone *zone, ZonePreParsedScopeData *data)
 

Detailed Description

template<class Data>
class v8::internal::BaseConsumedPreParsedScopeData< Data >

Definition at line 65 of file preparsed-scope-data-impl.h.


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