![]() |
v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include "v8.h"#include "accessors.h"#include "allocation.h"#include "ast.h"#include "compiler.h"#include "hydrogen-instructions.h"#include "zone.h"#include "scopes.h"

Go to the source code of this file.
Namespaces | |
| v8 | |
| v8::internal | |
Macros | |
| #define | INLINE_FUNCTION_GENERATOR_DECLARATION(Name, argc, ressize) void Generate##Name(CallRuntime* call); |
| #define | DECLARE_VISIT(type) virtual void Visit##type(type* node) V8_OVERRIDE; |
Enumerations | |
| enum | FrameType { JS_FUNCTION, JS_CONSTRUCT, JS_GETTER, JS_SETTER, ARGUMENTS_ADAPTOR, STUB } |
| enum | ArgumentsAllowedFlag { ARGUMENTS_NOT_ALLOWED, ARGUMENTS_ALLOWED } |
| #define DECLARE_VISIT | ( | type | ) | virtual void Visit##type(type* node) V8_OVERRIDE; |
Definition at line 2233 of file hydrogen.h.
| #define INLINE_FUNCTION_GENERATOR_DECLARATION | ( | Name, | |
| argc, | |||
| ressize | |||
| ) | void Generate##Name(CallRuntime* call); |
Definition at line 2123 of file hydrogen.h.