V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
ZoneConsumedPreParsedScopeData (Zone *zone, ZonePreParsedScopeData *data) | |
ZoneVectorWrapper | GetScopeData () final |
ProducedPreParsedScopeData * | GetChildData (Zone *zone, int child_index) final |
Public Member Functions inherited from v8::internal::BaseConsumedPreParsedScopeData< ZoneVectorWrapper > | |
ProducedPreParsedScopeData * | GetDataForSkippableFunction (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< ConsumedPreParsedScopeData > | For (Isolate *isolate, Handle< PreParsedScopeData > data) |
static std::unique_ptr< ConsumedPreParsedScopeData > | For (Zone *zone, ZonePreParsedScopeData *data) |
Definition at line 244 of file preparsed-scope-data-impl.h.