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

#include <bootstrapper.h>

Collaboration diagram for v8::internal::BootstrapperActive:

Public Member Functions

 BootstrapperActive (Bootstrapper *bootstrapper)
 
 BootstrapperActive (const BootstrapperActive &)=delete
 
BootstrapperActiveoperator= (const BootstrapperActive &)=delete
 
 ~BootstrapperActive ()
 

Private Attributes

Bootstrapperbootstrapper_
 

Detailed Description

Definition at line 118 of file bootstrapper.h.

Constructor & Destructor Documentation

◆ BootstrapperActive() [1/2]

v8::internal::BootstrapperActive::BootstrapperActive ( Bootstrapper * bootstrapper)
inlineexplicit

Definition at line 120 of file bootstrapper.h.

◆ BootstrapperActive() [2/2]

v8::internal::BootstrapperActive::BootstrapperActive ( const BootstrapperActive & )
delete

◆ ~BootstrapperActive()

v8::internal::BootstrapperActive::~BootstrapperActive ( )
inline

Definition at line 127 of file bootstrapper.h.

Member Function Documentation

◆ operator=()

BootstrapperActive & v8::internal::BootstrapperActive::operator= ( const BootstrapperActive & )
delete

Member Data Documentation

◆ bootstrapper_

Bootstrapper* v8::internal::BootstrapperActive::bootstrapper_
private

Definition at line 130 of file bootstrapper.h.


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