#include <stdlib.h>
#include "v8.h"
#include "ast.h"
#include "bootstrapper.h"
#include "codegen.h"
#include "compilation-cache.h"
#include "debug.h"
#include "deoptimizer.h"
#include "heap-profiler.h"
#include "hydrogen.h"
#include "isolate.h"
#include "lithium-allocator.h"
#include "log.h"
#include "messages.h"
#include "platform.h"
#include "regexp-stack.h"
#include "runtime-profiler.h"
#include "scopeinfo.h"
#include "serialize.h"
#include "simulator.h"
#include "spaces.h"
#include "stub-cache.h"
#include "version.h"
#include "vm-state-inl.h"
Go to the source code of this file.
#define ASSIGN_ELEMENT |
( |
|
CamelName, |
|
|
|
hacker_name |
|
) |
| |
#define ISOLATE_INIT_ARRAY_EXECUTE |
( |
|
type, |
|
|
|
name, |
|
|
|
length |
|
) |
| memset(name##_, 0, sizeof(type) * length); |
#define ISOLATE_INIT_EXECUTE |
( |
|
type, |
|
|
|
name, |
|
|
|
initial_value |
|
) |
| name##_ = (initial_value); |
#define TRACE_ISOLATE |
( |
|
tag | ) |
|