![]() |
v8
3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
|
#include "v8.h"#include "allocation.h"#include "ast.h"#include "code-stubs.h"#include "codegen.h"#include "compiler.h"

Go to the source code of this file.
Data Structures | |
| class | BreakableStatementChecker |
| class | FullCodeGenerator |
| class | FullCodeGenerator::StateField |
| class | FullCodeGenerator::PcField |
| class | AccessorTable |
Namespaces | |
| v8 | |
| 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 594 of file full-codegen.h.
| #define DECLARE_VISIT | ( | type | ) | virtual void Visit##type(type* node); |
Definition at line 594 of file full-codegen.h.
| #define EMIT_INLINE_RUNTIME_CALL | ( | name, | |
| x, | |||
| y | |||
| ) | void Emit##name(CallRuntime* expr); |
Definition at line 473 of file full-codegen.h.