![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <ostreams.h>
Public Member Functions | |
| StdoutStream () | |
Public Member Functions inherited from v8::internal::OFStream | |
| OFStream (FILE *f) | |
| ~OFStream () override=default | |
Static Private Member Functions | |
| static V8_EXPORT_PRIVATE base::RecursiveMutex * | GetStdoutMutex () |
Private Attributes | |
| base::RecursiveMutexGuard | mutex_guard_ {GetStdoutMutex()} |
Friends | |
| class | StderrStream |
Definition at line 91 of file ostreams.h.
|
inline |
Definition at line 93 of file ostreams.h.
|
staticprivate |
|
friend |
Definition at line 96 of file ostreams.h.
|
private |
Definition at line 99 of file ostreams.h.