![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/base/strings.h"#include <cstdint>#include <cstring>#include <limits>#include "src/base/platform/platform.h"Go to the source code of this file.
Namespaces | |
| namespace | v8 |
| namespace | v8::base |
Functions | |
| int | v8::base::VSNPrintF (Vector< char > str, const char *format, va_list args) |
| int | v8::base::SNPrintF (Vector< char > str, const char *format,...) |
| void | v8::base::StrNCpy (base::Vector< char > dest, const char *src, size_t n) |