![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::base |
Typedefs | |
using | v8::base::uc16 = uint16_t |
using | v8::base::uc32 = uint32_t |
Functions | |
V8_BASE_EXPORT int | v8::base::PRINTF_FORMAT (2, 0) VSNPrintF(Vector< char > str |
V8_BASE_EXPORT int | v8::base::PRINTF_FORMAT (2, 3) SNPrintF(Vector< char > str |
void | v8::base::StrNCpy (base::Vector< char > dest, const char *src, size_t n) |
int | v8::base::HexValue (uc32 c) |
char | v8::base::HexCharOfValue (int value) |
Variables | |
constexpr int | v8::base::kUC16Size = sizeof(uc16) |
V8_BASE_EXPORT int const char * | v8::base::format |
V8_BASE_EXPORT int const char va_list | v8::base::args |