#include <allocation.h>
Public 型 | |
enum | NativeAllocationAllowed { ALLOW, DISALLOW } |
Public メソッド | |
NativeAllocationChecker (NativeAllocationAllowed allowed) | |
~NativeAllocationChecker () | |
Static Public メソッド | |
static bool | allocation_allowed () |
Private 変数 | |
NativeAllocationAllowed | allowed_ |
Static Private 変数 | |
static int | allocation_disallowed_ = 0 |
allocation.h の 36 行で定義されています。
allocation.h の 38 行で定義されています。
v8::internal::NativeAllocationChecker::NativeAllocationChecker | ( | NativeAllocationAllowed | allowed | ) | [inline, explicit] |
allocation.h の 39 行で定義されています。
参照先 allocation_disallowed_, と DISALLOW.
v8::internal::NativeAllocationChecker::~NativeAllocationChecker | ( | ) | [inline] |
allocation.h の 47 行で定義されています。
参照先 allocation_disallowed_, allowed_, ASSERT, と DISALLOW.
static bool v8::internal::NativeAllocationChecker::allocation_allowed | ( | ) | [inline, static] |
int v8::internal::NativeAllocationChecker::allocation_disallowed_ = 0 [static, private] |
allocation.h の 60 行で定義されています。
参照元 allocation_allowed(), NativeAllocationChecker(), と ~NativeAllocationChecker().
allocation.h の 62 行で定義されています。