![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/ast/ast.h"#include "src/base/compiler-specific.h"#include "src/execution/isolate.h"#include "src/objects/function-kind.h"#include "src/strings/string-builder.h"Go to the source code of this file.
Classes | |
| class | v8::internal::CallPrinter |
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
Macros | |
| #define | DECLARE_VISIT(type) |
| #define DECLARE_VISIT | ( | type | ) |
Definition at line 47 of file prettyprinter.h.