webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
JSC::PropertyTable Class Referencefinal

#include <PropertyMapHashTable.h>

Inheritance diagram for JSC::PropertyTable:
JSC::JSCell JSC::JSCell JSC::HeapCell JSC::HeapCell JSC::HeapCell JSC::HeapCell

Public Types

enum  EffectOnPropertyOffset { PropertyOffsetMayChange, PropertyOffsetMustNotChange, PropertyOffsetMayChange, PropertyOffsetMustNotChange }
 
enum  EffectOnPropertyOffset { PropertyOffsetMayChange, PropertyOffsetMustNotChange, PropertyOffsetMayChange, PropertyOffsetMustNotChange }
 
typedef JSCell Base
 
typedef UniquedStringImpl * KeyType
 
typedef PropertyMapEntry ValueType
 
typedef ordered_iterator< ValueTypeiterator
 
typedef ordered_iterator< const ValueTypeconst_iterator
 
typedef std::pair< ValueType *, unsigned > find_iterator
 
typedef JSCell Base
 
typedef UniquedStringImpl * KeyType
 
typedef PropertyMapEntry ValueType
 
typedef ordered_iterator< ValueTypeiterator
 
typedef ordered_iterator< const ValueTypeconst_iterator
 
typedef std::pair< ValueType *, unsigned > find_iterator
 
- Public Types inherited from JSC::JSCell
enum  CreatingEarlyCellTag { CreatingEarlyCell, CreatingEarlyCell }
 
enum  CreatingEarlyCellTag { CreatingEarlyCell, CreatingEarlyCell }
 
- Public Types inherited from JSC::HeapCell
enum  Kind : int8_t { JSCell, Auxiliary, JSCell, Auxiliary }
 
enum  Kind : int8_t { JSCell, Auxiliary, JSCell, Auxiliary }
 

Public Member Functions

 ~PropertyTable ()
 
iterator begin ()
 
iterator end ()
 
const_iterator begin () const
 
const_iterator end () const
 
find_iterator find (const KeyType &)
 
ValueTypeget (const KeyType &)
 
std::pair< find_iterator, bool > add (const ValueType &entry, PropertyOffset &, EffectOnPropertyOffset)
 
void remove (const find_iterator &iter)
 
void remove (const KeyType &key)
 
unsigned size () const
 
bool isEmpty () const
 
unsigned propertyStorageSize () const
 
void clearDeletedOffsets ()
 
bool hasDeletedOffset ()
 
PropertyOffset getDeletedOffset ()
 
void addDeletedOffset (PropertyOffset)
 
PropertyOffset nextOffset (PropertyOffset inlineCapacity)
 
PropertyTablecopy (VM &, unsigned newCapacity)
 
size_t sizeInMemory ()
 
void checkConsistency ()
 
 ~PropertyTable ()
 
iterator begin ()
 
iterator end ()
 
const_iterator begin () const
 
const_iterator end () const
 
find_iterator find (const KeyType &)
 
ValueTypeget (const KeyType &)
 
std::pair< find_iterator, bool > add (const ValueType &entry, PropertyOffset &, EffectOnPropertyOffset)
 
void remove (const find_iterator &iter)
 
void remove (const KeyType &key)
 
unsigned size () const
 
bool isEmpty () const
 
unsigned propertyStorageSize () const
 
void clearDeletedOffsets ()
 
bool hasDeletedOffset ()
 
PropertyOffset getDeletedOffset ()
 
void addDeletedOffset (PropertyOffset)
 
PropertyOffset nextOffset (PropertyOffset inlineCapacity)
 
PropertyTablecopy (VM &, unsigned newCapacity)
 
size_t sizeInMemory ()
 
void checkConsistency ()
 
- Public Member Functions inherited from JSC::JSCell
 JSCell (CreatingEarlyCellTag)
 
bool isString () const
 
bool isSymbol () const
 
bool isObject () const
 
bool isAnyWasmCallee (VM &) const
 
bool isGetterSetter () const
 
bool isCustomGetterSetter () const
 
bool isProxy () const
 
bool inherits (VM &, const ClassInfo *) const
 
bool isAPIValueWrapper () const
 
void lock ()
 
bool tryLock ()
 
void unlock ()
 
bool isLocked () const
 
JSType type () const
 
IndexingType indexingTypeAndMisc () const
 
IndexingType indexingType () const
 
StructureID structureID () const
 
Structurestructure () const
 
Structurestructure (VM &) const
 
void setStructure (VM &, Structure *)
 
void setStructureIDDirectly (StructureID id)
 
void clearStructure ()
 
TypeInfo::InlineTypeFlags inlineTypeFlags () const
 
const char * className (VM &) const
 
JS_EXPORT_PRIVATE bool getString (ExecState *, String &) const
 
JS_EXPORT_PRIVATE String getString (ExecState *) const
 
JS_EXPORT_PRIVATE JSObjectgetObject ()
 
const JSObjectgetObject () const
 
JS_EXPORT_PRIVATE JSValue toPrimitive (ExecState *, PreferredPrimitiveType) const
 
bool getPrimitiveNumber (ExecState *, double &number, JSValue &) const
 
bool toBoolean (ExecState *) const
 
TriState pureToBoolean () const
 
JS_EXPORT_PRIVATE double toNumber (ExecState *) const
 
JSObjecttoObject (ExecState *, JSGlobalObject *) const
 
void dump (PrintStream &) const
 
size_t estimatedSizeInBytes () const
 
const ClassInfoclassInfo (VM &) const
 
const MethodTablemethodTable () const
 
const MethodTablemethodTable (VM &) const
 
JSValue fastGetOwnProperty (VM &, Structure &, PropertyName)
 
CellState cellState () const
 
void setCellState (CellState data) const
 
bool atomicCompareExchangeCellStateWeakRelaxed (CellState oldState, CellState newState)
 
CellState atomicCompareExchangeCellStateStrong (CellState oldState, CellState newState)
 
void callDestructor (VM &)
 
 JSCell (CreatingEarlyCellTag)
 
bool isString () const
 
bool isSymbol () const
 
bool isObject () const
 
bool isAnyWasmCallee (VM &) const
 
bool isGetterSetter () const
 
bool isCustomGetterSetter () const
 
bool isProxy () const
 
bool inherits (VM &, const ClassInfo *) const
 
bool isAPIValueWrapper () const
 
void lock ()
 
bool tryLock ()
 
void unlock ()
 
bool isLocked () const
 
JSType type () const
 
IndexingType indexingTypeAndMisc () const
 
IndexingType indexingType () const
 
StructureID structureID () const
 
Structurestructure () const
 
Structurestructure (VM &) const
 
void setStructure (VM &, Structure *)
 
void setStructureIDDirectly (StructureID id)
 
void clearStructure ()
 
TypeInfo::InlineTypeFlags inlineTypeFlags () const
 
const char * className (VM &) const
 
JS_EXPORT_PRIVATE bool getString (ExecState *, String &) const
 
JS_EXPORT_PRIVATE String getString (ExecState *) const
 
JS_EXPORT_PRIVATE JSObjectgetObject ()
 
const JSObjectgetObject () const
 
JS_EXPORT_PRIVATE JSValue toPrimitive (ExecState *, PreferredPrimitiveType) const
 
bool getPrimitiveNumber (ExecState *, double &number, JSValue &) const
 
bool toBoolean (ExecState *) const
 
TriState pureToBoolean () const
 
JS_EXPORT_PRIVATE double toNumber (ExecState *) const
 
JSObjecttoObject (ExecState *, JSGlobalObject *) const
 
void dump (PrintStream &) const
 
size_t estimatedSizeInBytes () const
 
const ClassInfoclassInfo (VM &) const
 
const MethodTablemethodTable () const
 
const MethodTablemethodTable (VM &) const
 
JSValue fastGetOwnProperty (VM &, Structure &, PropertyName)
 
CellState cellState () const
 
void setCellState (CellState data) const
 
bool atomicCompareExchangeCellStateWeakRelaxed (CellState oldState, CellState newState)
 
CellState atomicCompareExchangeCellStateStrong (CellState oldState, CellState newState)
 
void callDestructor (VM &)
 
- Public Member Functions inherited from JSC::HeapCell
 HeapCell ()
 
void zap ()
 
bool isZapped () const
 
bool isLargeAllocation () const
 
CellContainer cellContainer () const
 
MarkedBlockmarkedBlock () const
 
LargeAllocationlargeAllocation () const
 
Heapheap () const
 
VMvm () const
 
size_t cellSize () const
 
AllocatorAttributes allocatorAttributes () const
 
DestructionMode destructionMode () const
 
Kind cellKind () const
 
 HeapCell ()
 
void zap ()
 
bool isZapped () const
 
bool isLargeAllocation () const
 
CellContainer cellContainer () const
 
MarkedBlockmarkedBlock () const
 
LargeAllocationlargeAllocation () const
 
Heapheap () const
 
VMvm () const
 
size_t cellSize () const
 
AllocatorAttributes allocatorAttributes () const
 
DestructionMode destructionMode () const
 
Kind cellKind () const
 

Static Public Member Functions

static void destroy (JSCell *)
 
static StructurecreateStructure (VM &vm, JSGlobalObject *globalObject, JSValue prototype)
 
static PropertyTablecreate (VM &, unsigned initialCapacity)
 
static PropertyTableclone (VM &, const PropertyTable &)
 
static PropertyTableclone (VM &, unsigned initialCapacity, const PropertyTable &)
 
static ptrdiff_t offsetOfIndexSize ()
 
static ptrdiff_t offsetOfIndexMask ()
 
static ptrdiff_t offsetOfIndex ()
 
static void destroy (JSCell *)
 
static StructurecreateStructure (VM &vm, JSGlobalObject *globalObject, JSValue prototype)
 
static PropertyTablecreate (VM &, unsigned initialCapacity)
 
static PropertyTableclone (VM &, const PropertyTable &)
 
static PropertyTableclone (VM &, unsigned initialCapacity, const PropertyTable &)
 
static ptrdiff_t offsetOfIndexSize ()
 
static ptrdiff_t offsetOfIndexMask ()
 
static ptrdiff_t offsetOfIndex ()
 
- Static Public Member Functions inherited from JSC::JSCell
template<typename CellType >
static SubspacesubspaceFor (VM &)
 
static JSCellseenMultipleCalleeObjects ()
 
static JS_EXPORT_PRIVATE CallType getCallData (JSCell *, CallData &)
 
static JS_EXPORT_PRIVATE ConstructType getConstructData (JSCell *, ConstructData &)
 
static JS_EXPORT_PRIVATE void dumpToStream (const JSCell *, PrintStream &)
 
static JS_EXPORT_PRIVATE size_t estimatedSize (JSCell *)
 
static void visitChildren (JSCell *, SlotVisitor &)
 
static void visitOutputConstraints (JSCell *, SlotVisitor &)
 
static JS_EXPORT_PRIVATE void heapSnapshot (JSCell *, HeapSnapshotBuilder &)
 
static bool put (JSCell *, ExecState *, PropertyName, JSValue, PutPropertySlot &)
 
static bool putByIndex (JSCell *, ExecState *, unsigned propertyName, JSValue, bool shouldThrow)
 
static bool deleteProperty (JSCell *, ExecState *, PropertyName)
 
static bool deletePropertyByIndex (JSCell *, ExecState *, unsigned propertyName)
 
static JSValue toThis (JSCell *, ExecState *, ECMAMode)
 
static bool canUseFastGetOwnProperty (const Structure &)
 
static ptrdiff_t structureIDOffset ()
 
static ptrdiff_t typeInfoFlagsOffset ()
 
static ptrdiff_t typeInfoTypeOffset ()
 
static ptrdiff_t indexingTypeAndMiscOffset ()
 
static ptrdiff_t cellStateOffset ()
 
template<typename CellType >
static SubspacesubspaceFor (VM &)
 
static JSCellseenMultipleCalleeObjects ()
 
static JS_EXPORT_PRIVATE CallType getCallData (JSCell *, CallData &)
 
static JS_EXPORT_PRIVATE ConstructType getConstructData (JSCell *, ConstructData &)
 
static JS_EXPORT_PRIVATE void dumpToStream (const JSCell *, PrintStream &)
 
static JS_EXPORT_PRIVATE size_t estimatedSize (JSCell *)
 
static void visitChildren (JSCell *, SlotVisitor &)
 
static void visitOutputConstraints (JSCell *, SlotVisitor &)
 
static JS_EXPORT_PRIVATE void heapSnapshot (JSCell *, HeapSnapshotBuilder &)
 
static bool put (JSCell *, ExecState *, PropertyName, JSValue, PutPropertySlot &)
 
static bool putByIndex (JSCell *, ExecState *, unsigned propertyName, JSValue, bool shouldThrow)
 
static bool deleteProperty (JSCell *, ExecState *, PropertyName)
 
static bool deletePropertyByIndex (JSCell *, ExecState *, unsigned propertyName)
 
static JSValue toThis (JSCell *, ExecState *, ECMAMode)
 
static bool canUseFastGetOwnProperty (const Structure &)
 
static ptrdiff_t structureIDOffset ()
 
static ptrdiff_t typeInfoFlagsOffset ()
 
static ptrdiff_t typeInfoTypeOffset ()
 
static ptrdiff_t indexingTypeAndMiscOffset ()
 
static ptrdiff_t cellStateOffset ()
 

Public Attributes

 DECLARE_EXPORT_INFO
 

Static Public Attributes

static const unsigned StructureFlags = Base::StructureFlags | StructureIsImmortal
 
static const bool needsDestruction = true
 
static const unsigned EmptyEntryIndex = 0
 
- Static Public Attributes inherited from JSC::JSCell
static const unsigned StructureFlags = 0
 
static const bool needsDestruction = false
 
static const TypedArrayType TypedArrayStorageType = NotTypedArray
 

Additional Inherited Members

- Protected Member Functions inherited from JSC::JSCell
 JSCell (VM &, Structure *)
 
void finishCreation (VM &)
 
void finishCreation (VM &, Structure *, CreatingEarlyCellTag)
 
 JSCell (VM &, Structure *)
 
void finishCreation (VM &)
 
void finishCreation (VM &, Structure *, CreatingEarlyCellTag)
 
- Static Protected Member Functions inherited from JSC::JSCell
static JS_EXPORT_PRIVATE void destroy (JSCell *)
 
static JSValue defaultValue (const JSObject *, ExecState *, PreferredPrimitiveType)
 
static NO_RETURN_DUE_TO_CRASH void getOwnPropertyNames (JSObject *, ExecState *, PropertyNameArray &, EnumerationMode)
 
static NO_RETURN_DUE_TO_CRASH void getOwnNonIndexPropertyNames (JSObject *, ExecState *, PropertyNameArray &, EnumerationMode)
 
static NO_RETURN_DUE_TO_CRASH void getPropertyNames (JSObject *, ExecState *, PropertyNameArray &, EnumerationMode)
 
static uint32_t getEnumerableLength (ExecState *, JSObject *)
 
static NO_RETURN_DUE_TO_CRASH void getStructurePropertyNames (JSObject *, ExecState *, PropertyNameArray &, EnumerationMode)
 
static NO_RETURN_DUE_TO_CRASH void getGenericPropertyNames (JSObject *, ExecState *, PropertyNameArray &, EnumerationMode)
 
static NO_RETURN_DUE_TO_CRASH bool preventExtensions (JSObject *, ExecState *)
 
static NO_RETURN_DUE_TO_CRASH bool isExtensible (JSObject *, ExecState *)
 
static NO_RETURN_DUE_TO_CRASH bool setPrototype (JSObject *, ExecState *, JSValue, bool)
 
static NO_RETURN_DUE_TO_CRASH JSValue getPrototype (JSObject *, ExecState *)
 
static String className (const JSObject *)
 
static String toStringName (const JSObject *, ExecState *)
 
static JS_EXPORT_PRIVATE bool customHasInstance (JSObject *, ExecState *, JSValue)
 
static bool defineOwnProperty (JSObject *, ExecState *, PropertyName, const PropertyDescriptor &, bool shouldThrow)
 
static bool getOwnPropertySlot (JSObject *, ExecState *, PropertyName, PropertySlot &)
 
static bool getOwnPropertySlotByIndex (JSObject *, ExecState *, unsigned propertyName, PropertySlot &)
 
static JS_EXPORT_PRIVATE ArrayBufferslowDownAndWasteMemory (JSArrayBufferView *)
 
static JS_EXPORT_PRIVATE RefPtr< ArrayBufferViewgetTypedArrayImpl (JSArrayBufferView *)
 
static JS_EXPORT_PRIVATE void destroy (JSCell *)
 
static JSValue defaultValue (const JSObject *, ExecState *, PreferredPrimitiveType)
 
static NO_RETURN_DUE_TO_CRASH void getOwnPropertyNames (JSObject *, ExecState *, PropertyNameArray &, EnumerationMode)
 
static NO_RETURN_DUE_TO_CRASH void getOwnNonIndexPropertyNames (JSObject *, ExecState *, PropertyNameArray &, EnumerationMode)
 
static NO_RETURN_DUE_TO_CRASH void getPropertyNames (JSObject *, ExecState *, PropertyNameArray &, EnumerationMode)
 
static uint32_t getEnumerableLength (ExecState *, JSObject *)
 
static NO_RETURN_DUE_TO_CRASH void getStructurePropertyNames (JSObject *, ExecState *, PropertyNameArray &, EnumerationMode)
 
static NO_RETURN_DUE_TO_CRASH void getGenericPropertyNames (JSObject *, ExecState *, PropertyNameArray &, EnumerationMode)
 
static NO_RETURN_DUE_TO_CRASH bool preventExtensions (JSObject *, ExecState *)
 
static NO_RETURN_DUE_TO_CRASH bool isExtensible (JSObject *, ExecState *)
 
static NO_RETURN_DUE_TO_CRASH bool setPrototype (JSObject *, ExecState *, JSValue, bool)
 
static NO_RETURN_DUE_TO_CRASH JSValue getPrototype (JSObject *, ExecState *)
 
static String className (const JSObject *)
 
static String toStringName (const JSObject *, ExecState *)
 
static JS_EXPORT_PRIVATE bool customHasInstance (JSObject *, ExecState *, JSValue)
 
static bool defineOwnProperty (JSObject *, ExecState *, PropertyName, const PropertyDescriptor &, bool shouldThrow)
 
static bool getOwnPropertySlot (JSObject *, ExecState *, PropertyName, PropertySlot &)
 
static bool getOwnPropertySlotByIndex (JSObject *, ExecState *, unsigned propertyName, PropertySlot &)
 
static JS_EXPORT_PRIVATE ArrayBufferslowDownAndWasteMemory (JSArrayBufferView *)
 
static JS_EXPORT_PRIVATE RefPtr< ArrayBufferViewgetTypedArrayImpl (JSArrayBufferView *)
 

Member Typedef Documentation

◆ Base [1/2]

◆ Base [2/2]

◆ const_iterator [1/2]

◆ const_iterator [2/2]

◆ find_iterator [1/2]

◆ find_iterator [2/2]

◆ iterator [1/2]

◆ iterator [2/2]

◆ KeyType [1/2]

◆ KeyType [2/2]

◆ ValueType [1/2]

◆ ValueType [2/2]

Member Enumeration Documentation

◆ EffectOnPropertyOffset [1/2]

Enumerator
PropertyOffsetMayChange 
PropertyOffsetMustNotChange 
PropertyOffsetMayChange 
PropertyOffsetMustNotChange 

◆ EffectOnPropertyOffset [2/2]

Enumerator
PropertyOffsetMayChange 
PropertyOffsetMustNotChange 
PropertyOffsetMayChange 
PropertyOffsetMustNotChange 

Constructor & Destructor Documentation

◆ ~PropertyTable() [1/2]

JSC::PropertyTable::~PropertyTable ( )

◆ ~PropertyTable() [2/2]

JSC::PropertyTable::~PropertyTable ( )

Member Function Documentation

◆ add() [1/2]

std::pair< PropertyTable::find_iterator, bool > JSC::PropertyTable::add ( const ValueType entry,
PropertyOffset offset,
EffectOnPropertyOffset  offsetEffect 
)
inline

◆ add() [2/2]

std::pair<find_iterator, bool> JSC::PropertyTable::add ( const ValueType entry,
PropertyOffset ,
EffectOnPropertyOffset   
)

◆ addDeletedOffset() [1/2]

void JSC::PropertyTable::addDeletedOffset ( PropertyOffset  offset)
inline

◆ addDeletedOffset() [2/2]

void JSC::PropertyTable::addDeletedOffset ( PropertyOffset  )

◆ begin() [1/4]

iterator JSC::PropertyTable::begin ( )

◆ begin() [2/4]

PropertyTable::iterator JSC::PropertyTable::begin ( )
inline

◆ begin() [3/4]

const_iterator JSC::PropertyTable::begin ( ) const

◆ begin() [4/4]

PropertyTable::const_iterator JSC::PropertyTable::begin ( ) const
inline

◆ checkConsistency() [1/2]

void JSC::PropertyTable::checkConsistency ( )

◆ checkConsistency() [2/2]

void JSC::PropertyTable::checkConsistency ( )

◆ clearDeletedOffsets() [1/2]

void JSC::PropertyTable::clearDeletedOffsets ( )
inline

◆ clearDeletedOffsets() [2/2]

void JSC::PropertyTable::clearDeletedOffsets ( )

◆ clone() [1/4]

static PropertyTable* JSC::PropertyTable::clone ( VM ,
const PropertyTable  
)
static

◆ clone() [2/4]

PropertyTable * JSC::PropertyTable::clone ( VM vm,
const PropertyTable other 
)
static

◆ clone() [3/4]

static PropertyTable* JSC::PropertyTable::clone ( VM ,
unsigned  initialCapacity,
const PropertyTable  
)
static

◆ clone() [4/4]

PropertyTable * JSC::PropertyTable::clone ( VM vm,
unsigned  initialCapacity,
const PropertyTable other 
)
static

◆ copy() [1/2]

PropertyTable * JSC::PropertyTable::copy ( VM vm,
unsigned  newCapacity 
)
inline

◆ copy() [2/2]

PropertyTable* JSC::PropertyTable::copy ( VM ,
unsigned  newCapacity 
)

◆ create() [1/2]

PropertyTable * JSC::PropertyTable::create ( VM vm,
unsigned  initialCapacity 
)
static

◆ create() [2/2]

static PropertyTable* JSC::PropertyTable::create ( VM ,
unsigned  initialCapacity 
)
static

◆ createStructure() [1/2]

static Structure* JSC::PropertyTable::createStructure ( VM vm,
JSGlobalObject globalObject,
JSValue  prototype 
)
inlinestatic

◆ createStructure() [2/2]

static Structure* JSC::PropertyTable::createStructure ( VM vm,
JSGlobalObject globalObject,
JSValue  prototype 
)
inlinestatic

◆ destroy() [1/2]

void JSC::PropertyTable::destroy ( JSCell cell)
static

◆ destroy() [2/2]

static void JSC::PropertyTable::destroy ( JSCell )
static

◆ end() [1/4]

iterator JSC::PropertyTable::end ( )

◆ end() [2/4]

PropertyTable::iterator JSC::PropertyTable::end ( )
inline

◆ end() [3/4]

PropertyTable::const_iterator JSC::PropertyTable::end ( ) const
inline

◆ end() [4/4]

const_iterator JSC::PropertyTable::end ( ) const

◆ find() [1/2]

find_iterator JSC::PropertyTable::find ( const KeyType )

◆ find() [2/2]

PropertyTable::find_iterator JSC::PropertyTable::find ( const KeyType key)
inline

◆ get() [1/2]

ValueType* JSC::PropertyTable::get ( const KeyType )

◆ get() [2/2]

PropertyTable::ValueType * JSC::PropertyTable::get ( const KeyType key)
inline

◆ getDeletedOffset() [1/2]

PropertyOffset JSC::PropertyTable::getDeletedOffset ( )
inline

◆ getDeletedOffset() [2/2]

PropertyOffset JSC::PropertyTable::getDeletedOffset ( )

◆ hasDeletedOffset() [1/2]

bool JSC::PropertyTable::hasDeletedOffset ( )

◆ hasDeletedOffset() [2/2]

bool JSC::PropertyTable::hasDeletedOffset ( )
inline

◆ isEmpty() [1/2]

bool JSC::PropertyTable::isEmpty ( ) const
inline

◆ isEmpty() [2/2]

bool JSC::PropertyTable::isEmpty ( ) const

◆ nextOffset() [1/2]

PropertyOffset JSC::PropertyTable::nextOffset ( PropertyOffset  inlineCapacity)

◆ nextOffset() [2/2]

PropertyOffset JSC::PropertyTable::nextOffset ( PropertyOffset  inlineCapacity)
inline

◆ offsetOfIndex() [1/2]

static ptrdiff_t JSC::PropertyTable::offsetOfIndex ( )
inlinestatic

◆ offsetOfIndex() [2/2]

static ptrdiff_t JSC::PropertyTable::offsetOfIndex ( )
inlinestatic

◆ offsetOfIndexMask() [1/2]

static ptrdiff_t JSC::PropertyTable::offsetOfIndexMask ( )
inlinestatic

◆ offsetOfIndexMask() [2/2]

static ptrdiff_t JSC::PropertyTable::offsetOfIndexMask ( )
inlinestatic

◆ offsetOfIndexSize() [1/2]

static ptrdiff_t JSC::PropertyTable::offsetOfIndexSize ( )
inlinestatic

◆ offsetOfIndexSize() [2/2]

static ptrdiff_t JSC::PropertyTable::offsetOfIndexSize ( )
inlinestatic

◆ propertyStorageSize() [1/2]

unsigned JSC::PropertyTable::propertyStorageSize ( ) const

◆ propertyStorageSize() [2/2]

unsigned JSC::PropertyTable::propertyStorageSize ( ) const
inline

◆ remove() [1/4]

void JSC::PropertyTable::remove ( const find_iterator iter)

◆ remove() [2/4]

void JSC::PropertyTable::remove ( const find_iterator iter)
inline

◆ remove() [3/4]

void JSC::PropertyTable::remove ( const KeyType key)

◆ remove() [4/4]

void JSC::PropertyTable::remove ( const KeyType key)
inline

◆ size() [1/2]

unsigned JSC::PropertyTable::size ( ) const

◆ size() [2/2]

unsigned JSC::PropertyTable::size ( ) const
inline

◆ sizeInMemory() [1/2]

size_t JSC::PropertyTable::sizeInMemory ( )

◆ sizeInMemory() [2/2]

size_t JSC::PropertyTable::sizeInMemory ( )
inline

Member Data Documentation

◆ DECLARE_EXPORT_INFO

JSC::PropertyTable::DECLARE_EXPORT_INFO

◆ EmptyEntryIndex

static const unsigned JSC::PropertyTable::EmptyEntryIndex = 0
static

◆ needsDestruction

static const bool JSC::PropertyTable::needsDestruction = true
static

◆ StructureFlags

static const unsigned JSC::PropertyTable::StructureFlags = Base::StructureFlags | StructureIsImmortal
static

The documentation for this class was generated from the following files: