![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/utils/ostreams.h"
#include <cinttypes>
#include "src/base/lazy-instance.h"
#include "src/objects/string.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Functions | |
v8::internal::DEFINE_LAZY_LEAKY_OBJECT_GETTER (base::RecursiveMutex, StdoutStream::GetStdoutMutex) namespace | |
std::ostream & | v8::internal::operator<< (std::ostream &os, const AsReversiblyEscapedUC16 &c) |
std::ostream & | v8::internal::operator<< (std::ostream &os, const AsEscapedUC16ForJSON &c) |
std::ostream & | v8::internal::operator<< (std::ostream &os, const AsUC16 &c) |
std::ostream & | v8::internal::operator<< (std::ostream &os, const AsUC32 &c) |
std::ostream & | v8::internal::operator<< (std::ostream &os, const AsHex &hex) |
std::ostream & | v8::internal::operator<< (std::ostream &os, const AsHexBytes &hex) |