#include "v8.h"
#include "frames-inl.h"
#include "scopeinfo.h"
#include "string-stream.h"
#include "top.h"
#include "zone-inl.h"
構成 | |
class | v8::internal::BASE_EMBEDDED< Allocator > |
ネームスペース | |
namespace | v8 |
namespace | v8::internal |
マクロ定義 | |
#define | INITIALIZE_SINGLETON(type, field) field##_(this), |
#define | FRAME_TYPE_CASE(type, field) case StackFrame::type: result = &field##_; break; |
関数 | |
int | v8::internal::NumRegs (RegList reglist) |
int | v8::internal::JSCallerSavedCode (int n) |
#define FRAME_TYPE_CASE | ( | type, | ||
field | ||||
) | case StackFrame::type: result = &field##_; break; |