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

#include <code-tracer.h>

Inheritance diagram for v8::internal::CodeTracer::StreamScope:
Collaboration diagram for v8::internal::CodeTracer::StreamScope:

Public Member Functions

 StreamScope (CodeTracer *tracer)
 
std::ostream & stream ()
 
- Public Member Functions inherited from v8::internal::CodeTracer::Scope
 Scope (CodeTracer *tracer)
 
 ~Scope ()
 
FILE * file () const
 

Private Attributes

std::optional< StdoutStreamstdout_stream_
 
std::optional< OFStreamfile_stream_
 

Detailed Description

Definition at line 54 of file code-tracer.h.

Constructor & Destructor Documentation

◆ StreamScope()

v8::internal::CodeTracer::StreamScope::StreamScope ( CodeTracer * tracer)
inlineexplicit

Definition at line 56 of file code-tracer.h.

Member Function Documentation

◆ stream()

std::ostream & v8::internal::CodeTracer::StreamScope::stream ( )
inline

Definition at line 65 of file code-tracer.h.

Here is the caller graph for this function:

Member Data Documentation

◆ file_stream_

std::optional<OFStream> v8::internal::CodeTracer::StreamScope::file_stream_
private

Definition at line 73 of file code-tracer.h.

◆ stdout_stream_

std::optional<StdoutStream> v8::internal::CodeTracer::StreamScope::stdout_stream_
private

Definition at line 72 of file code-tracer.h.


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