![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/ast/ast.h"#include "src/execution/isolate.h"#include "src/interpreter/bytecode-array-builder.h"#include "src/interpreter/bytecode-label.h"#include "src/interpreter/bytecode-register.h"#include "src/objects/feedback-vector.h"#include "src/objects/function-kind.h"Go to the source code of this file.
Classes | |
| class | v8::internal::interpreter::BytecodeGenerator |
| class | v8::internal::interpreter::BytecodeGenerator::AssignmentLhsData |
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
| namespace | v8::internal::interpreter |
Macros | |
| #define | DECLARE_VISIT(type) |
| #define DECLARE_VISIT | ( | type | ) |
Definition at line 68 of file bytecode-generator.h.