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

#include <source-text-module.h>

Inheritance diagram for v8::internal::SourceTextModuleInfoEntry:
Collaboration diagram for v8::internal::SourceTextModuleInfoEntry:

Public Types

using BodyDescriptor = StructBodyDescriptor
 

Static Public Member Functions

template<typename IsolateT >
static Handle< SourceTextModuleInfoEntryNew (IsolateT *isolate, DirectHandle< UnionOf< String, Undefined > > export_name, DirectHandle< UnionOf< String, Undefined > > local_name, DirectHandle< UnionOf< String, Undefined > > import_name, int module_request, int cell_index, int beg_pos, int end_pos)
 

Detailed Description

Definition at line 309 of file source-text-module.h.

Member Typedef Documentation

◆ BodyDescriptor

Member Function Documentation

◆ New()

template<typename IsolateT >
template Handle< SourceTextModuleInfoEntry > v8::internal::SourceTextModuleInfoEntry::New ( IsolateT * isolate,
DirectHandle< UnionOf< String, Undefined > > export_name,
DirectHandle< UnionOf< String, Undefined > > local_name,
DirectHandle< UnionOf< String, Undefined > > import_name,
int module_request,
int cell_index,
int beg_pos,
int end_pos )
static

Definition at line 1184 of file scope-info.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

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