![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <optional>#include <unordered_set>#include "src/base/macros.h"#include "src/base/vector.h"#include "src/flags/flags.h"Go to the source code of this file.
Classes | |
| class | v8::internal::FlagHelpers |
| struct | v8::internal::FlagName |
| struct | v8::internal::Flag |
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
Functions | |
| Flag * | v8::internal::FindFlagByPointer (const void *ptr) |
| V8_EXPORT_PRIVATE Flag * | v8::internal::FindFlagByName (const char *name) |
| V8_EXPORT_PRIVATE Flag * | v8::internal::FindImplicationFlagByName (const char *name) |
| V8_EXPORT_PRIVATE base::Vector< Flag > | v8::internal::Flags () |
| std::ostream & | v8::internal::operator<< (std::ostream &os, FlagName flag_name) |