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

#include <ostreams.h>

Inheritance diagram for v8::internal::DbgStreamBuf:
Collaboration diagram for v8::internal::DbgStreamBuf:

Public Member Functions

 DbgStreamBuf ()
 
 ~DbgStreamBuf () override
 

Private Member Functions

int sync () override
 
int overflow (int c) override
 

Private Attributes

char data_ [256]
 

Detailed Description

Definition at line 35 of file ostreams.h.

Constructor & Destructor Documentation

◆ DbgStreamBuf()

v8::internal::DbgStreamBuf::DbgStreamBuf ( )

Definition at line 27 of file ostreams.cc.

◆ ~DbgStreamBuf()

v8::internal::DbgStreamBuf::~DbgStreamBuf ( )
override

Definition at line 29 of file ostreams.cc.

Here is the call graph for this function:

Member Function Documentation

◆ overflow()

int v8::internal::DbgStreamBuf::overflow ( int c)
overrideprivate

Definition at line 31 of file ostreams.cc.

Here is the call graph for this function:

◆ sync()

int v8::internal::DbgStreamBuf::sync ( )
overrideprivate

Definition at line 51 of file ostreams.cc.

Here is the caller graph for this function:

Member Data Documentation

◆ data_

char v8::internal::DbgStreamBuf::data_[256]
private

Definition at line 44 of file ostreams.h.


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