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

Public Member Functions

 ResolveSet (Zone *zone)
 
Zonezone () const
 

Private Attributes

Zonezone_
 

Detailed Description

Definition at line 59 of file source-text-module.cc.

Constructor & Destructor Documentation

◆ ResolveSet()

v8::internal::Module::ResolveSet::ResolveSet ( Zone * zone)
inlineexplicit

Definition at line 65 of file source-text-module.cc.

Member Function Documentation

◆ zone()

Zone * v8::internal::Module::ResolveSet::zone ( ) const
inline

Definition at line 75 of file source-text-module.cc.

Here is the caller graph for this function:

Member Data Documentation

◆ zone_

Zone* v8::internal::Module::ResolveSet::zone_
private

Definition at line 78 of file source-text-module.cc.


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