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

#include <utils.h>

Collaboration diagram for v8::internal::torque::IncludeGuardScope:

Public Member Functions

 IncludeGuardScope (std::ostream &os, std::string file_name)
 
 ~IncludeGuardScope ()
 
 IncludeGuardScope (const IncludeGuardScope &)=delete
 
IncludeGuardScopeoperator= (const IncludeGuardScope &)=delete
 

Private Attributes

std::ostream & os_
 
std::string d_
 

Detailed Description

Definition at line 391 of file utils.h.

Constructor & Destructor Documentation

◆ IncludeGuardScope() [1/2]

v8::internal::torque::IncludeGuardScope::IncludeGuardScope ( std::ostream & os,
std::string file_name )

Definition at line 366 of file utils.cc.

◆ ~IncludeGuardScope()

v8::internal::torque::IncludeGuardScope::~IncludeGuardScope ( )

Definition at line 373 of file utils.cc.

◆ IncludeGuardScope() [2/2]

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

Member Function Documentation

◆ operator=()

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

Member Data Documentation

◆ d_

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

Definition at line 400 of file utils.h.

◆ os_

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

Definition at line 399 of file utils.h.


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