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

#include <ostreams.h>

Inheritance diagram for v8::internal::DbgStdoutStream:
Collaboration diagram for v8::internal::DbgStdoutStream:

Public Member Functions

 DbgStdoutStream ()
 
 ~DbgStdoutStream () override=default
 

Private Attributes

DbgStreamBuf streambuf_
 

Detailed Description

Definition at line 47 of file ostreams.h.

Constructor & Destructor Documentation

◆ DbgStdoutStream()

v8::internal::DbgStdoutStream::DbgStdoutStream ( )

Definition at line 67 of file ostreams.cc.

◆ ~DbgStdoutStream()

v8::internal::DbgStdoutStream::~DbgStdoutStream ( )
overridedefault

Member Data Documentation

◆ streambuf_

DbgStreamBuf v8::internal::DbgStdoutStream::streambuf_
private

Definition at line 53 of file ostreams.h.


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