V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::ModuleDescriptor::Entry Struct Reference
Inheritance diagram for v8::internal::ModuleDescriptor::Entry:
v8::internal::ZoneObject

Public Member Functions

 Entry (Scanner::Location loc)
 
Handle< ModuleInfoEntrySerialize (Isolate *isolate) const
 
- 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 EntryDeserialize (Isolate *isolate, AstValueFactory *avfactory, Handle< ModuleInfoEntry > entry)
 

Public Attributes

Scanner::Location location
 
const AstRawStringexport_name
 
const AstRawStringlocal_name
 
const AstRawStringimport_name
 
int module_request
 
int cell_index
 

Detailed Description

Definition at line 80 of file modules.h.


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