#include <objects.h>
v8::internal::TemplateInfoを継承しています。
static FunctionTemplateInfo* v8::internal::FunctionTemplateInfo::cast | ( | Object * | obj | ) | [inline, static] |
v8::internal::Structを再定義しています。
参照元 v8::internal::BUILTIN(), v8::EnsureConstructor(), v8::internal::Execution::InstantiateObject(), v8::ObjectTemplate::MarkAsUndetectable(), v8::TypeSwitch::match(), v8::internal::Top::MayIndexedAccess(), v8::internal::Top::MayNamedAccess(), v8::internal::Top::ReportFailedAccessCheck(), v8::ObjectTemplate::SetAccessCheckCallbacks(), v8::ObjectTemplate::SetAccessor(), v8::ObjectTemplate::SetCallAsFunctionHandler(), v8::ObjectTemplate::SetIndexedPropertyHandler(), v8::ObjectTemplate::SetNamedPropertyHandler(), と v8::internal::TypeCheck().
v8::internal::FunctionTemplateInfo::DISALLOW_IMPLICIT_CONSTRUCTORS | ( | FunctionTemplateInfo | ) | [private] |
const int v8::internal::FunctionTemplateInfo::kAccessCheckInfoOffset [static] |
const int v8::internal::FunctionTemplateInfo::kCallCodeOffset = kSerialNumberOffset + kPointerSize [static] |
const int v8::internal::FunctionTemplateInfo::kClassNameOffset = kInstanceTemplateOffset + kPointerSize [static] |
const int v8::internal::FunctionTemplateInfo::kFlagOffset = kAccessCheckInfoOffset + kPointerSize [static] |
const int v8::internal::FunctionTemplateInfo::kHiddenPrototypeBit = 0 [static, private] |
const int v8::internal::FunctionTemplateInfo::kIndexedPropertyHandlerOffset [static] |
const int v8::internal::FunctionTemplateInfo::kInstanceCallHandlerOffset = kSignatureOffset + kPointerSize [static] |
const int v8::internal::FunctionTemplateInfo::kInstanceTemplateOffset [static] |
const int v8::internal::FunctionTemplateInfo::kNamedPropertyHandlerOffset [static] |
const int v8::internal::FunctionTemplateInfo::kNeedsAccessCheckBit = 2 [static, private] |
const int v8::internal::FunctionTemplateInfo::kParentTemplateOffset [static] |
const int v8::internal::FunctionTemplateInfo::kPropertyAccessorsOffset = kCallCodeOffset + kPointerSize [static] |
const int v8::internal::FunctionTemplateInfo::kPrototypeTemplateOffset [static] |
const int v8::internal::FunctionTemplateInfo::kSerialNumberOffset = TemplateInfo::kHeaderSize [static] |
const int v8::internal::FunctionTemplateInfo::kSignatureOffset = kClassNameOffset + kPointerSize [static] |
const int v8::internal::FunctionTemplateInfo::kSize = kFlagOffset + kPointerSize [static] |
const int v8::internal::FunctionTemplateInfo::kUndetectableBit = 1 [static, private] |