|
V8 Project
|
#include "src/v8.h"#include "src/allocation.h"#include "src/assert-scope.h"#include "src/ast.h"#include "src/code-stubs.h"#include "src/codegen.h"#include "src/compiler.h"#include "src/data-flow.h"#include "src/globals.h"#include "src/objects.h"
Include dependency graph for full-codegen.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| v8 | |
| Debugger support for the V8 JavaScript engine. | |
| v8::internal | |
Macros | |
| #define | DECLARE_VISIT(type) virtual void Visit##type(type* node); |
| #define | EMIT_INLINE_RUNTIME_CALL(name, x, y) void Emit##name(CallRuntime* expr); |
| #define | DECLARE_VISIT(type) virtual void Visit##type(type* node); |
| #define DECLARE_VISIT | ( | type | ) | virtual void Visit##type(type* node); |
Definition at line 628 of file full-codegen.h.
| #define DECLARE_VISIT | ( | type | ) | virtual void Visit##type(type* node); |
Definition at line 628 of file full-codegen.h.
Definition at line 488 of file full-codegen.h.