#include "v8.h"
#include "api.h"
#include "arguments.h"
#include "bootstrapper.h"
#include "code-stubs.h"
#include "compiler.h"
#include "debug.h"
#include "execution.h"
#include "global-handles.h"
#include "natives.h"
#include "stub-cache.h"
#include "log.h"
ネームスペース | |
namespace | v8 |
namespace | v8::internal |
マクロ定義 | |
#define | VISIT(field) v->VisitPointer(bit_cast<Object**, Code**>(&(field))); |
関数 | |
static void | v8::internal::PrintLn (v8::Local< v8::Value > value) |
static Handle< Code > | v8::internal::ComputeCallDebugBreak (int argc) |
static Handle< Code > | v8::internal::ComputeCallDebugPrepareStepIn (int argc) |
#define VISIT | ( | field | ) | v->VisitPointer(bit_cast<Object**, Code**>(&(field))); |