v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::SourceTextModuleDescriptor::Entry Struct Reference

#include <modules.h>

Inheritance diagram for v8::internal::SourceTextModuleDescriptor::Entry:
Collaboration diagram for v8::internal::SourceTextModuleDescriptor::Entry:

Public Member Functions

 Entry (Scanner::Location loc)
 
template<typename IsolateT >
DirectHandle< SourceTextModuleInfoEntrySerialize (IsolateT *isolate) const
 
- Public Member Functions inherited from v8::internal::ZoneObject
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
 

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 87 of file modules.h.

Constructor & Destructor Documentation

◆ Entry()

v8::internal::SourceTextModuleDescriptor::Entry::Entry ( Scanner::Location loc)
inlineexplicit

Definition at line 109 of file modules.h.

Member Function Documentation

◆ Serialize()

template<typename IsolateT >
template DirectHandle< SourceTextModuleInfoEntry > v8::internal::SourceTextModuleDescriptor::Entry::Serialize ( IsolateT * isolate) const

Definition at line 171 of file modules.cc.

Here is the call graph for this function:

Member Data Documentation

◆ cell_index

int v8::internal::SourceTextModuleDescriptor::Entry::cell_index

Definition at line 106 of file modules.h.

◆ export_name

const AstRawString* v8::internal::SourceTextModuleDescriptor::Entry::export_name

Definition at line 89 of file modules.h.

◆ import_name

const AstRawString* v8::internal::SourceTextModuleDescriptor::Entry::import_name

Definition at line 91 of file modules.h.

◆ local_name

const AstRawString* v8::internal::SourceTextModuleDescriptor::Entry::local_name

Definition at line 90 of file modules.h.

◆ location

Scanner::Location v8::internal::SourceTextModuleDescriptor::Entry::location

Definition at line 88 of file modules.h.

◆ module_request

int v8::internal::SourceTextModuleDescriptor::Entry::module_request

Definition at line 97 of file modules.h.


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