![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/utils/utils.h"#include <stdarg.h>#include <sys/stat.h>#include <cstring>#include <vector>#include "src/base/hashing.h"#include "src/base/logging.h"#include "src/base/platform/platform.h"#include "src/base/platform/wrappers.h"#include "src/utils/allocation.h"Go to the source code of this file.
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
Functions | |
| std::ostream & | v8::internal::operator<< (std::ostream &os, FeedbackSlot slot) |
| size_t | v8::internal::hash_value (BytecodeOffset id) |
| std::ostream & | v8::internal::operator<< (std::ostream &os, BytecodeOffset id) |
| void | v8::internal::PrintF (const char *format,...) |
| void | v8::internal::PrintF (FILE *out, const char *format,...) |
| void | v8::internal::PrintPID (const char *format,...) |
| void | v8::internal::PrintIsolate (void *isolate, const char *format,...) |
| char * | v8::internal::ReadLine (const char *prompt) |
| std::string | v8::internal::ReadFile (const char *filename, bool *exists, bool verbose) |
| std::string | v8::internal::ReadFile (FILE *file, bool *exists, bool verbose) |
| int | v8::internal::WriteChars (const char *filename, const char *str, int size, bool verbose) |
| int | v8::internal::WriteBytes (const char *filename, const uint8_t *bytes, int size, bool verbose) |
| bool | v8::internal::DoubleToBoolean (double d) |
| uintptr_t | v8::internal::GetCurrentStackPosition () |
| bool | v8::internal::PassesFilter (base::Vector< const char > name, base::Vector< const char > filter) |