![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <vector>#include "src/base/platform/mutex.h"#include "src/base/vector.h"#include "src/common/globals.h"#include "src/objects/bytecode-array.h"#include "src/objects/code.h"#include "src/objects/instruction-stream.h"#include "src/objects/name.h"#include "src/objects/shared-function-info.h"#include "src/objects/string.h"Go to the source code of this file.
Classes | |
| class | v8::internal::LogEventListener |
| class | v8::internal::Logger |
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
| namespace | v8::internal::wasm |
Macros | |
| #define | LOG_EVENT_LIST(V) |
| #define | CODE_TYPE_LIST(V) |
| #define | PROFILE(the_isolate, Call) |
| #define | DECLARE_ENUM(enum_item, _) |
Typedefs | |
| using | v8::internal::wasm::WasmName = base::Vector<const char> |
| #define CODE_TYPE_LIST | ( | V | ) |
Definition at line 44 of file code-events.h.
| #define DECLARE_ENUM | ( | enum_item, | |
| _ ) |
Definition at line 63 of file code-events.h.
| #define LOG_EVENT_LIST | ( | V | ) |
Definition at line 33 of file code-events.h.
| #define PROFILE | ( | the_isolate, | |
| Call ) |
Definition at line 59 of file code-events.h.