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

#include <utils.h>

Collaboration diagram for v8::internal::torque::IfDefScope:

Public Member Functions

 IfDefScope (std::ostream &os, std::string d)
 
 ~IfDefScope ()
 
 IfDefScope (const IfDefScope &)=delete
 
IfDefScopeoperator= (const IfDefScope &)=delete
 

Private Attributes

std::ostream & os_
 
std::string d_
 

Detailed Description

Definition at line 366 of file utils.h.

Constructor & Destructor Documentation

◆ IfDefScope() [1/2]

v8::internal::torque::IfDefScope::IfDefScope ( std::ostream & os,
std::string d )

Definition at line 347 of file utils.cc.

◆ ~IfDefScope()

v8::internal::torque::IfDefScope::~IfDefScope ( )

Definition at line 351 of file utils.cc.

◆ IfDefScope() [2/2]

v8::internal::torque::IfDefScope::IfDefScope ( const IfDefScope & )
delete

Member Function Documentation

◆ operator=()

IfDefScope & v8::internal::torque::IfDefScope::operator= ( const IfDefScope & )
delete

Member Data Documentation

◆ d_

std::string v8::internal::torque::IfDefScope::d_
private

Definition at line 375 of file utils.h.

◆ os_

std::ostream& v8::internal::torque::IfDefScope::os_
private

Definition at line 374 of file utils.h.


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