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

#include <utils.h>

Collaboration diagram for v8::internal::torque::IncludeObjectMacrosScope:

Public Member Functions

 IncludeObjectMacrosScope (std::ostream &os)
 
 ~IncludeObjectMacrosScope ()
 
 IncludeObjectMacrosScope (const IncludeObjectMacrosScope &)=delete
 
IncludeObjectMacrosScopeoperator= (const IncludeObjectMacrosScope &)=delete
 

Private Attributes

std::ostream & os_
 

Detailed Description

Definition at line 403 of file utils.h.

Constructor & Destructor Documentation

◆ IncludeObjectMacrosScope() [1/2]

v8::internal::torque::IncludeObjectMacrosScope::IncludeObjectMacrosScope ( std::ostream & os)
explicit

Definition at line 375 of file utils.cc.

◆ ~IncludeObjectMacrosScope()

v8::internal::torque::IncludeObjectMacrosScope::~IncludeObjectMacrosScope ( )

Definition at line 379 of file utils.cc.

◆ IncludeObjectMacrosScope() [2/2]

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

Member Function Documentation

◆ operator=()

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

Member Data Documentation

◆ os_

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

Definition at line 411 of file utils.h.


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