Public メソッド | Static Public メソッド | Static Public 変数 | Private メソッド

クラス v8::internal::JSObject

#include <objects.h>

v8::internal::HeapObjectを継承しています。

v8::internal::GlobalObject, v8::internal::JSArray, v8::internal::JSFunction, v8::internal::JSGlobalProxy, v8::internal::JSRegExp, と v8::internal::JSValueに継承されています。

すべてのメンバ一覧

Public メソッド

 DECL_ACCESSORS (properties, FixedArray) inline void initialize_properties()
bool HasFastProperties ()
Dictionaryproperty_dictionary ()
 DECL_ACCESSORS (elements, FixedArray) inline void initialize_elements()
bool HasFastElements ()
Dictionaryelement_dictionary ()
ObjectSetProperty (String *key, Object *value, PropertyAttributes attributes)
ObjectSetProperty (LookupResult *result, String *key, Object *value, PropertyAttributes attributes)
ObjectSetPropertyWithFailedAccessCheck (LookupResult *result, String *name, Object *value)
ObjectSetPropertyWithCallback (Object *structure, String *name, Object *value, JSObject *holder)
ObjectSetPropertyWithInterceptor (String *name, Object *value, PropertyAttributes attributes)
ObjectSetPropertyPostInterceptor (String *name, Object *value, PropertyAttributes attributes)
ObjectIgnoreAttributesAndSetLocalProperty (String *key, Object *value, PropertyAttributes attributes)
ObjectSetLazyProperty (LookupResult *result, String *name, Object *value, PropertyAttributes attributes)
Stringclass_name ()
InterceptorInfoGetNamedInterceptor ()
InterceptorInfoGetIndexedInterceptor ()
PropertyAttributes GetPropertyAttribute (String *name)
PropertyAttributes GetPropertyAttributeWithReceiver (JSObject *receiver, String *name)
PropertyAttributes GetLocalPropertyAttribute (String *name)
ObjectDefineAccessor (String *name, bool is_getter, JSFunction *fun, PropertyAttributes attributes)
ObjectLookupAccessor (String *name, bool is_getter)
ObjectGetPropertyWithFailedAccessCheck (Object *receiver, LookupResult *result, String *name)
ObjectGetPropertyWithInterceptor (JSObject *receiver, String *name, PropertyAttributes *attributes)
ObjectGetPropertyPostInterceptor (JSObject *receiver, String *name, PropertyAttributes *attributes)
ObjectGetLazyProperty (Object *receiver, LookupResult *result, String *name, PropertyAttributes *attributes)
bool HasProperty (String *name)
bool HasLocalProperty (String *name)
ObjectDeleteProperty (String *name)
ObjectDeleteElement (uint32_t index)
ObjectDeleteLazyProperty (LookupResult *result, String *name)
bool IsSimpleEnum ()
bool ShouldConvertToSlowElements (int new_capacity)
bool ShouldConvertToFastElements ()
ObjectGetPrototype ()
bool HasElement (uint32_t index)
bool HasElementWithReceiver (JSObject *receiver, uint32_t index)
bool HasLocalElement (uint32_t index)
bool HasElementWithInterceptor (JSObject *receiver, uint32_t index)
bool HasElementPostInterceptor (JSObject *receiver, uint32_t index)
ObjectSetFastElement (uint32_t index, Object *value)
ObjectSetElement (uint32_t index, Object *value)
ObjectGetElementWithReceiver (JSObject *receiver, uint32_t index)
void SetFastElements (FixedArray *elements)
ObjectSetSlowElements (Object *length)
bool HasNamedInterceptor ()
bool HasIndexedInterceptor ()
bool HasRealNamedProperty (String *key)
bool HasRealElementProperty (uint32_t index)
bool HasRealNamedCallbackProperty (String *key)
ObjectSetElementsLength (Object *length)
int GetHeaderSize ()
int GetInternalFieldCount ()
ObjectGetInternalField (int index)
void SetInternalField (int index, Object *value)
void LocalLookup (String *name, LookupResult *result)
void Lookup (String *name, LookupResult *result)
void LocalLookupRealNamedProperty (String *name, LookupResult *result)
void LookupRealNamedProperty (String *name, LookupResult *result)
void LookupRealNamedPropertyInPrototypes (String *name, LookupResult *result)
void LookupCallbackSetterInPrototypes (String *name, LookupResult *result)
int NumberOfLocalProperties (PropertyAttributes filter)
int NumberOfEnumProperties ()
void GetLocalPropertyNames (FixedArray *storage)
int NumberOfLocalElements (PropertyAttributes filter)
int NumberOfEnumElements ()
int GetLocalElementKeys (FixedArray *storage, PropertyAttributes filter)
int GetEnumElementKeys (FixedArray *storage)
ObjectAddFastPropertyUsingMap (Map *new_map, String *name, Object *value)
ObjectAddConstantFunctionProperty (String *name, JSFunction *function, PropertyAttributes attributes)
ObjectReplaceSlowProperty (String *name, Object *value, PropertyAttributes attributes)
ObjectConvertDescriptorToFieldAndMapTransition (String *name, Object *new_value, PropertyAttributes attributes)
ObjectConvertDescriptorToField (String *name, Object *new_value, PropertyAttributes attributes)
ObjectAddFastProperty (String *name, Object *value, PropertyAttributes attributes)
ObjectAddSlowProperty (String *name, Object *value, PropertyAttributes attributes)
ObjectAddProperty (String *name, Object *value, PropertyAttributes attributes)
ObjectNormalizeProperties ()
ObjectNormalizeElements ()
ObjectTransformToFastProperties (int unused_property_fields)
ObjectFastPropertyAt (int index)
ObjectFastPropertyAtPut (int index, Object *value)
ObjectInObjectPropertyAtPut (int index, Object *value, WriteBarrierMode mode=UPDATE_WRITE_BARRIER)
void InitializeBody (int object_size)
bool ReferencesObject (Object *obj)
void JSObjectIterateBody (int object_size, ObjectVisitor *v)
void JSObjectShortPrint (StringStream *accumulator)
ObjectSlowReverseLookup (Object *value)
ObjectGetElementWithInterceptor (JSObject *receiver, uint32_t index)

Static Public メソッド

static JSObjectcast (Object *obj)

Static Public 変数

static const uint32_t kMaxGap = 1024
static const int kMaxFastElementsLength = 5000
static const int kMaxFastProperties = 8
static const int kMaxInstanceSize = 255 * kPointerSize
static const int kFieldsAdded = 3
static const int kPropertiesOffset = HeapObject::kHeaderSize
static const int kElementsOffset = kPropertiesOffset + kPointerSize
static const int kHeaderSize = kElementsOffset + kPointerSize

Private メソッド

ObjectSetElementWithInterceptor (uint32_t index, Object *value)
ObjectSetElementPostInterceptor (uint32_t index, Object *value)
ObjectGetElementPostInterceptor (JSObject *receiver, uint32_t index)
ObjectDeletePropertyPostInterceptor (String *name)
ObjectDeletePropertyWithInterceptor (String *name)
ObjectDeleteElementPostInterceptor (uint32_t index)
ObjectDeleteElementWithInterceptor (uint32_t index)
PropertyAttributes GetPropertyAttributePostInterceptor (JSObject *receiver, String *name, bool continue_search)
PropertyAttributes GetPropertyAttributeWithInterceptor (JSObject *receiver, String *name, bool continue_search)
PropertyAttributes GetPropertyAttribute (JSObject *receiver, LookupResult *result, String *name, bool continue_search)
bool HasDenseElements ()
ObjectDefineGetterSetter (String *name, PropertyAttributes attributes)
void LookupInDescriptor (String *name, LookupResult *result)
 DISALLOW_IMPLICIT_CONSTRUCTORS (JSObject)

説明

objects.h1125 行で定義されています。


関数

Object * v8::internal::JSObject::AddConstantFunctionProperty ( String name,
JSFunction function,
PropertyAttributes  attributes 
)
Object * v8::internal::JSObject::AddFastProperty ( String name,
Object value,
PropertyAttributes  attributes 
)
Object * v8::internal::JSObject::AddFastPropertyUsingMap ( Map new_map,
String name,
Object value 
)
Object * v8::internal::JSObject::AddProperty ( String name,
Object value,
PropertyAttributes  attributes 
)
Object * v8::internal::JSObject::AddSlowProperty ( String name,
Object value,
PropertyAttributes  attributes 
)
static JSObject* v8::internal::JSObject::cast ( Object obj  )  [inline, static]

v8::internal::HeapObjectを再定義しています。

v8::internal::JSFunction, v8::internal::JSGlobalProxy, v8::internal::GlobalObject, v8::internal::JSGlobalObject, v8::internal::JSBuiltinsObject, v8::internal::JSValue, v8::internal::JSRegExp, と v8::internal::JSArrayで再定義されています。

参照元 AddConstantFunctionProperty(), AddFastProperty(), v8::internal::Heap::AllocateArgumentsObject(), v8::internal::Heap::AllocateFunctionPrototype(), v8::internal::Heap::AllocateJSObjectFromMap(), v8::internal::BUILTIN(), v8::internal::MacroAssembler::CheckMaps(), class_name(), v8::internal::CallStubCompiler::CompileCallConstant(), v8::internal::CallStubCompiler::CompileCallField(), v8::internal::StubCache::ComputeCallConstant(), ConvertDescriptorToField(), v8::internal::Heap::CopyJSObject(), v8::internal::CopyWithContextChain(), v8::internal::Heap::CreateApiObjects(), v8::internal::DebugConstructedBy(), v8::internal::DebugLookupResultValue(), v8::internal::DebugReferencedBy(), DefineAccessor(), DeleteElement(), DeleteElementPostInterceptor(), DeleteProperty(), element_dictionary(), v8::internal::IC::GetCodeCacheMapForObject(), GetElementPostInterceptor(), GetElementWithReceiver(), GetIndexedInterceptor(), GetLocalElementKeys(), GetNamedInterceptor(), GetPropertyAttributePostInterceptor(), GetPropertyWithFailedAccessCheck(), GetPrototype(), HasDenseElements(), HasElementPostInterceptor(), HasElementWithReceiver(), HasLocalElement(), HasRealElementProperty(), v8::internal::Execution::InstantiateObject(), IsSimpleEnum(), JSObjectShortPrint(), v8::internal::LoadContextSlotHelper(), v8::internal::CallIC::LoadFunction(), LocalLookup(), LocalLookupRealNamedProperty(), Lookup(), v8::internal::Context::Lookup(), LookupAccessor(), LookupCallbackSetterInPrototypes(), LookupRealNamedPropertyInPrototypes(), NormalizeElements(), NormalizeProperties(), v8::internal::Accessors::ObjectGetPrototype(), v8::internal::Accessors::ObjectSetPrototype(), v8::internal::StringStream::PrintMentionedObjectCache(), v8::internal::StringStream::PrintPrototype(), v8::internal::Debugger::ProcessDebugEvent(), property_dictionary(), ReferencesObject(), v8::Debug::RemoveDebugEventListener(), v8::V8::RemoveMessageListeners(), v8::internal::MessageHandler::ReportMessage(), v8::internal::Runtime_ClassOf(), v8::internal::Runtime_DebugEvaluate(), v8::internal::Runtime_HasElement(), v8::internal::Runtime_HasLocalProperty(), v8::internal::Runtime_HasProperty(), v8::internal::Runtime_InitializeConstContextSlot(), v8::internal::Runtime_KeyedGetProperty(), v8::internal::Runtime_NewArguments(), v8::internal::Runtime_NewArgumentsFast(), v8::internal::Runtime_PushContext(), SetElement(), SetElementPostInterceptor(), SetElementsLength(), SetFastElement(), SetFastElements(), SetProperty(), SetPropertyWithCallback(), SetPropertyWithFailedAccessCheck(), SetSlowElements(), v8::internal::SharedStoreIC_ExtendStorage(), ShouldConvertToFastElements(), と ShouldConvertToSlowElements().

String * v8::internal::JSObject::class_name (  ) 
Object * v8::internal::JSObject::ConvertDescriptorToField ( String name,
Object new_value,
PropertyAttributes  attributes 
)
Object * v8::internal::JSObject::ConvertDescriptorToFieldAndMapTransition ( String name,
Object new_value,
PropertyAttributes  attributes 
)
v8::internal::JSObject::DECL_ACCESSORS ( elements  ,
FixedArray   
)
v8::internal::JSObject::DECL_ACCESSORS ( properties  ,
FixedArray   
)
Object * v8::internal::JSObject::DefineAccessor ( String name,
bool  is_getter,
JSFunction fun,
PropertyAttributes  attributes 
)
Object * v8::internal::JSObject::DefineGetterSetter ( String name,
PropertyAttributes  attributes 
) [private]
Object * v8::internal::JSObject::DeleteElement ( uint32_t  index  ) 
Object * v8::internal::JSObject::DeleteElementPostInterceptor ( uint32_t  index  )  [private]
Object * v8::internal::JSObject::DeleteElementWithInterceptor ( uint32_t  index  )  [private]
Object * v8::internal::JSObject::DeleteLazyProperty ( LookupResult *  result,
String name 
)

objects.cc304 行で定義されています。

参照先 v8::internal::JSFunction::cast(), v8::Exception, と v8::internal::LoadLazy().

参照元 DeleteProperty().

Object * v8::internal::JSObject::DeleteProperty ( String name  ) 
Object * v8::internal::JSObject::DeletePropertyPostInterceptor ( String name  )  [private]
Object * v8::internal::JSObject::DeletePropertyWithInterceptor ( String name  )  [private]
v8::internal::JSObject::DISALLOW_IMPLICIT_CONSTRUCTORS ( JSObject   )  [private]
Dictionary * v8::internal::JSObject::element_dictionary (  )  [inline]
Object * v8::internal::JSObject::FastPropertyAt ( int  index  )  [inline]
Object * v8::internal::JSObject::FastPropertyAtPut ( int  index,
Object value 
) [inline]
Object * v8::internal::JSObject::GetElementPostInterceptor ( JSObject receiver,
uint32_t  index 
) [private]
Object * v8::internal::JSObject::GetElementWithInterceptor ( JSObject receiver,
uint32_t  index 
)
Object * v8::internal::JSObject::GetElementWithReceiver ( JSObject receiver,
uint32_t  index 
)
int v8::internal::JSObject::GetEnumElementKeys ( FixedArray storage  ) 

objects.cc5548 行で定義されています。

参照先 DONT_ENUM, と GetLocalElementKeys().

int v8::internal::JSObject::GetHeaderSize (  )  [inline]
InterceptorInfo * v8::internal::JSObject::GetIndexedInterceptor (  ) 
Object * v8::internal::JSObject::GetInternalField ( int  index  )  [inline]

Gets the value in an internal field.

v8::Objectを再定義しています。

objects-inl.h938 行で定義されています。

参照先 ASSERT, GetHeaderSize(), GetInternalFieldCount(), v8::internal::kPointerSize, と READ_FIELD.

int v8::internal::JSObject::GetInternalFieldCount (  )  [inline]
Object * v8::internal::JSObject::GetLazyProperty ( Object receiver,
LookupResult *  result,
String name,
PropertyAttributes attributes 
)

objects.cc269 行で定義されています。

参照先 v8::internal::JSFunction::cast(), v8::Exception, と v8::internal::LoadLazy().

int v8::internal::JSObject::GetLocalElementKeys ( FixedArray storage,
PropertyAttributes  filter 
)
PropertyAttributes v8::internal::JSObject::GetLocalPropertyAttribute ( String name  ) 
void v8::internal::JSObject::GetLocalPropertyNames ( FixedArray storage  ) 
InterceptorInfo * v8::internal::JSObject::GetNamedInterceptor (  ) 
PropertyAttributes v8::internal::JSObject::GetPropertyAttribute ( String name  )  [inline]
PropertyAttributes v8::internal::JSObject::GetPropertyAttribute ( JSObject receiver,
LookupResult *  result,
String name,
bool  continue_search 
) [private]
PropertyAttributes v8::internal::JSObject::GetPropertyAttributePostInterceptor ( JSObject receiver,
String name,
bool  continue_search 
) [private]
PropertyAttributes v8::internal::JSObject::GetPropertyAttributeWithInterceptor ( JSObject receiver,
String name,
bool  continue_search 
) [private]

objects.cc1651 行で定義されています。

参照先 GetNamedInterceptor(), v8::Handle< T >::IsEmpty(), LOG, NONE, と v8::Utils::ToLocal().

参照元 GetPropertyAttribute().

PropertyAttributes v8::internal::JSObject::GetPropertyAttributeWithReceiver ( JSObject receiver,
String name 
)
Object * v8::internal::JSObject::GetPropertyPostInterceptor ( JSObject receiver,
String name,
PropertyAttributes attributes 
)

objects.cc5216 行で定義されています。

参照先 v8::internal::GetProperty(), GetPrototype(), と LocalLookupRealNamedProperty().

Object * v8::internal::JSObject::GetPropertyWithFailedAccessCheck ( Object receiver,
LookupResult *  result,
String name 
)
Object * v8::internal::JSObject::GetPropertyWithInterceptor ( JSObject receiver,
String name,
PropertyAttributes attributes 
)
Object * v8::internal::JSObject::GetPrototype (  )  [inline]
bool v8::internal::JSObject::HasDenseElements (  )  [private]
bool v8::internal::JSObject::HasElement ( uint32_t  index  )  [inline]

objects-inl.h2276 行で定義されています。

参照先 HasElementWithReceiver().

参照元 v8::internal::Runtime_HasElement().

bool v8::internal::JSObject::HasElementPostInterceptor ( JSObject receiver,
uint32_t  index 
)
bool v8::internal::JSObject::HasElementWithInterceptor ( JSObject receiver,
uint32_t  index 
)
bool v8::internal::JSObject::HasElementWithReceiver ( JSObject receiver,
uint32_t  index 
)
bool v8::internal::JSObject::HasFastElements (  )  [inline]
bool v8::internal::JSObject::HasFastProperties (  )  [inline]
bool v8::internal::JSObject::HasIndexedInterceptor (  )  [inline]
bool v8::internal::JSObject::HasLocalElement ( uint32_t  index  ) 
bool v8::internal::JSObject::HasLocalProperty ( String name  )  [inline]

objects.h1208 行で定義されています。

参照先 GetLocalPropertyAttribute().

参照元 v8::internal::Runtime_HasLocalProperty().

bool v8::internal::JSObject::HasNamedInterceptor (  )  [inline]
bool v8::internal::JSObject::HasProperty ( String name  )  [inline]

objects.h1204 行で定義されています。

参照先 GetPropertyAttribute().

参照元 v8::internal::Runtime_HasProperty().

bool v8::internal::JSObject::HasRealElementProperty ( uint32_t  index  ) 
bool v8::internal::JSObject::HasRealNamedCallbackProperty ( String key  ) 
bool v8::internal::JSObject::HasRealNamedProperty ( String key  ) 
Object * v8::internal::JSObject::IgnoreAttributesAndSetLocalProperty ( String key,
Object value,
PropertyAttributes  attributes 
)
void v8::internal::JSObject::InitializeBody ( int  object_size  )  [inline]
Object * v8::internal::JSObject::InObjectPropertyAtPut ( int  index,
Object value,
WriteBarrierMode  mode = UPDATE_WRITE_BARRIER 
) [inline]
bool v8::internal::JSObject::IsSimpleEnum (  ) 
void v8::internal::JSObject::JSObjectIterateBody ( int  object_size,
ObjectVisitor *  v 
)

objects.cc928 行で定義されています。

参照先 v8::internal::HeapObject::IteratePointers(), と kPropertiesOffset.

void v8::internal::JSObject::JSObjectShortPrint ( StringStream accumulator  ) 
void v8::internal::JSObject::LocalLookup ( String name,
LookupResult *  result 
)
void v8::internal::JSObject::LocalLookupRealNamedProperty ( String name,
LookupResult *  result 
)
void v8::internal::JSObject::Lookup ( String name,
LookupResult *  result 
)

objects.cc2254 行で定義されています。

参照先 cast(), GetPrototype(), と LocalLookup().

参照元 GetPropertyAttributeWithReceiver().

Object * v8::internal::JSObject::LookupAccessor ( String name,
bool  is_getter 
)
void v8::internal::JSObject::LookupCallbackSetterInPrototypes ( String name,
LookupResult *  result 
)

objects.cc1333 行で定義されています。

参照先 cast(), GetPrototype(), と LocalLookupRealNamedProperty().

参照元 SetProperty(), と SetPropertyWithFailedAccessCheck().

void v8::internal::JSObject::LookupInDescriptor ( String name,
LookupResult *  result 
) [private]
void v8::internal::JSObject::LookupRealNamedProperty ( String name,
LookupResult *  result 
)
void v8::internal::JSObject::LookupRealNamedPropertyInPrototypes ( String name,
LookupResult *  result 
)
Object * v8::internal::JSObject::NormalizeElements (  ) 
Object * v8::internal::JSObject::NormalizeProperties (  ) 
int v8::internal::JSObject::NumberOfEnumElements (  ) 

objects.cc5503 行で定義されています。

参照先 DONT_ENUM, と NumberOfLocalElements().

参照元 IsSimpleEnum().

int v8::internal::JSObject::NumberOfEnumProperties (  ) 

objects.cc5356 行で定義されています。

参照先 DONT_ENUM, と NumberOfLocalProperties().

int v8::internal::JSObject::NumberOfLocalElements ( PropertyAttributes  filter  ) 

objects.cc5498 行で定義されています。

参照先 GetLocalElementKeys(), と v8::internal::NULL.

参照元 NumberOfEnumElements().

int v8::internal::JSObject::NumberOfLocalProperties ( PropertyAttributes  filter  ) 
Dictionary * v8::internal::JSObject::property_dictionary (  )  [inline]
bool v8::internal::JSObject::ReferencesObject ( Object obj  ) 
Object * v8::internal::JSObject::ReplaceSlowProperty ( String name,
Object value,
PropertyAttributes  attributes 
)
Object * v8::internal::JSObject::SetElement ( uint32_t  index,
Object value 
)
Object * v8::internal::JSObject::SetElementPostInterceptor ( uint32_t  index,
Object value 
) [private]

objects.cc4795 行で定義されています。

参照先 ASSERT, v8::internal::FixedArray::cast(), cast(), HasFastElements(), と SetFastElement().

Object * v8::internal::JSObject::SetElementsLength ( Object length  ) 
Object * v8::internal::JSObject::SetElementWithInterceptor ( uint32_t  index,
Object value 
) [private]
Object * v8::internal::JSObject::SetFastElement ( uint32_t  index,
Object value 
)
void v8::internal::JSObject::SetFastElements ( FixedArray elements  ) 
void v8::internal::JSObject::SetInternalField ( int  index,
Object value 
) [inline]
Object * v8::internal::JSObject::SetLazyProperty ( LookupResult *  result,
String name,
Object value,
PropertyAttributes  attributes 
)
Object * v8::internal::JSObject::SetProperty ( LookupResult *  result,
String key,
Object value,
PropertyAttributes  attributes 
)
Object * v8::internal::JSObject::SetProperty ( String key,
Object value,
PropertyAttributes  attributes 
)
Object * v8::internal::JSObject::SetPropertyPostInterceptor ( String name,
Object value,
PropertyAttributes  attributes 
)

objects.cc1105 行で定義されています。

参照先 AddProperty(), LocalLookupRealNamedProperty(), と SetProperty().

Object * v8::internal::JSObject::SetPropertyWithCallback ( Object structure,
String name,
Object value,
JSObject holder 
)
Object * v8::internal::JSObject::SetPropertyWithFailedAccessCheck ( LookupResult *  result,
String name,
Object value 
)
Object * v8::internal::JSObject::SetPropertyWithInterceptor ( String name,
Object value,
PropertyAttributes  attributes 
)
Object * v8::internal::JSObject::SetSlowElements ( Object length  ) 
bool v8::internal::JSObject::ShouldConvertToFastElements (  ) 
bool v8::internal::JSObject::ShouldConvertToSlowElements ( int  new_capacity  ) 

objects.cc5092 行で定義されています。

参照先 ASSERT, cast(), HasDenseElements(), と HasFastElements().

参照元 SetElementsLength(), と SetFastElement().

Object * v8::internal::JSObject::SlowReverseLookup ( Object value  ) 
Object * v8::internal::JSObject::TransformToFastProperties ( int  unused_property_fields  ) 

objects.cc1844 行で定義されています。

参照先 HasFastProperties(), と property_dictionary().


変数

const int v8::internal::JSObject::kFieldsAdded = 3 [static]

objects.h1428 行で定義されています。

参照元 AddFastProperty(), と ConvertDescriptorToField().

objects.h1423 行で定義されています。

参照元 AddFastProperty(), と ConvertDescriptorToField().

const uint32_t v8::internal::JSObject::kMaxGap = 1024 [static]

objects.h1421 行で定義されています。

参照元 SetFastElement().

objects.h1424 行で定義されています。

参照元 v8::internal::Heap::AllocateInitialMap().


このクラスの説明は次のファイルから生成されました:
 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 フレンド マクロ定義