webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
JSC::HashMapImpl< HashMapBucketType > Class Template Reference

#include <HashMapImpl.h>

Inheritance diagram for JSC::HashMapImpl< HashMapBucketType >:
JSC::JSCell JSC::JSCell JSC::HeapCell JSC::HeapCell JSC::HeapCell JSC::HeapCell

Public Member Functions

 HashMapImpl (VM &vm, Structure *structure)
 
ALWAYS_INLINE HashMapBucketType ** buffer () const
 
void finishCreation (ExecState *exec, VM &vm)
 
ALWAYS_INLINE HashMapBucketType ** findBucket (ExecState *exec, JSValue key)
 
ALWAYS_INLINE HashMapBucketType ** findBucket (ExecState *exec, JSValue key, uint32_t hash)
 
ALWAYS_INLINE JSValue get (ExecState *exec, JSValue key)
 
ALWAYS_INLINE bool has (ExecState *exec, JSValue key)
 
ALWAYS_INLINE void add (ExecState *exec, JSValue key, JSValue value=JSValue())
 
ALWAYS_INLINE bool remove (ExecState *exec, JSValue key)
 
ALWAYS_INLINE uint32_t size () const
 
ALWAYS_INLINE void clear (ExecState *exec)
 
ALWAYS_INLINE size_t bufferSizeInBytes () const
 
HashMapBucketType * head ()
 
HashMapBucketType * tail ()
 
size_t approximateSize () const
 
 HashMapImpl (VM &vm, Structure *structure)
 
ALWAYS_INLINE HashMapBucketType ** buffer () const
 
void finishCreation (ExecState *exec, VM &vm)
 
ALWAYS_INLINE HashMapBucketType ** findBucket (ExecState *exec, JSValue key)
 
ALWAYS_INLINE HashMapBucketType ** findBucket (ExecState *exec, JSValue key, uint32_t hash)
 
ALWAYS_INLINE JSValue get (ExecState *exec, JSValue key)
 
ALWAYS_INLINE bool has (ExecState *exec, JSValue key)
 
ALWAYS_INLINE void add (ExecState *exec, JSValue key, JSValue value=JSValue())
 
ALWAYS_INLINE bool remove (ExecState *exec, JSValue key)
 
ALWAYS_INLINE uint32_t size () const
 
ALWAYS_INLINE void clear (ExecState *exec)
 
ALWAYS_INLINE size_t bufferSizeInBytes () const
 
HashMapBucketType * head ()
 
HashMapBucketType * tail ()
 
size_t approximateSize () const
 
template<>
const ClassInfo s_info
 
template<>
const ClassInfo s_info
 
- 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 const ClassInfoinfo ()
 
static StructurecreateStructure (VM &vm, JSGlobalObject *globalObject, JSValue prototype)
 
static HashMapImplcreate (ExecState *exec, VM &vm)
 
static void visitChildren (JSCell *, SlotVisitor &)
 
static HashMapBucketType * emptyValue ()
 
static ALWAYS_INLINE bool isEmpty (HashMapBucketType *bucket)
 
static HashMapBucketType * deletedValue ()
 
static ALWAYS_INLINE bool isDeleted (HashMapBucketType *bucket)
 
static ptrdiff_t offsetOfBuffer ()
 
static ptrdiff_t offsetOfCapacity ()
 
static const ClassInfoinfo ()
 
static StructurecreateStructure (VM &vm, JSGlobalObject *globalObject, JSValue prototype)
 
static HashMapImplcreate (ExecState *exec, VM &vm)
 
static void visitChildren (JSCell *, SlotVisitor &)
 
static HashMapBucketType * emptyValue ()
 
static ALWAYS_INLINE bool isEmpty (HashMapBucketType *bucket)
 
static HashMapBucketType * deletedValue ()
 
static ALWAYS_INLINE bool isDeleted (HashMapBucketType *bucket)
 
static ptrdiff_t offsetOfBuffer ()
 
static ptrdiff_t offsetOfCapacity ()
 
- 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 ()
 

Static Public Attributes

static const ClassInfo s_info
 
- 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

- 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 }
 
- 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 *)
 

Constructor & Destructor Documentation

◆ HashMapImpl() [1/2]

template<typename HashMapBucketType >
JSC::HashMapImpl< HashMapBucketType >::HashMapImpl ( VM vm,
Structure structure 
)
inline

◆ HashMapImpl() [2/2]

template<typename HashMapBucketType >
JSC::HashMapImpl< HashMapBucketType >::HashMapImpl ( VM vm,
Structure structure 
)
inline

Member Function Documentation

◆ add() [1/2]

template<typename HashMapBucketType >
ALWAYS_INLINE void JSC::HashMapImpl< HashMapBucketType >::add ( ExecState exec,
JSValue  key,
JSValue  value = JSValue() 
)
inline

◆ add() [2/2]

template<typename HashMapBucketType >
ALWAYS_INLINE void JSC::HashMapImpl< HashMapBucketType >::add ( ExecState exec,
JSValue  key,
JSValue  value = JSValue() 
)
inline

◆ approximateSize() [1/2]

template<typename HashMapBucketType >
size_t JSC::HashMapImpl< HashMapBucketType >::approximateSize ( ) const
inline

◆ approximateSize() [2/2]

template<typename HashMapBucketType >
size_t JSC::HashMapImpl< HashMapBucketType >::approximateSize ( ) const
inline

◆ buffer() [1/2]

template<typename HashMapBucketType >
ALWAYS_INLINE HashMapBucketType** JSC::HashMapImpl< HashMapBucketType >::buffer ( ) const
inline

◆ buffer() [2/2]

template<typename HashMapBucketType >
ALWAYS_INLINE HashMapBucketType** JSC::HashMapImpl< HashMapBucketType >::buffer ( ) const
inline

◆ bufferSizeInBytes() [1/2]

template<typename HashMapBucketType >
ALWAYS_INLINE size_t JSC::HashMapImpl< HashMapBucketType >::bufferSizeInBytes ( ) const
inline

◆ bufferSizeInBytes() [2/2]

template<typename HashMapBucketType >
ALWAYS_INLINE size_t JSC::HashMapImpl< HashMapBucketType >::bufferSizeInBytes ( ) const
inline

◆ clear() [1/2]

template<typename HashMapBucketType >
ALWAYS_INLINE void JSC::HashMapImpl< HashMapBucketType >::clear ( ExecState exec)
inline

◆ clear() [2/2]

template<typename HashMapBucketType >
ALWAYS_INLINE void JSC::HashMapImpl< HashMapBucketType >::clear ( ExecState exec)
inline

◆ create() [1/2]

template<typename HashMapBucketType >
static HashMapImpl* JSC::HashMapImpl< HashMapBucketType >::create ( ExecState exec,
VM vm 
)
inlinestatic

◆ create() [2/2]

template<typename HashMapBucketType >
static HashMapImpl* JSC::HashMapImpl< HashMapBucketType >::create ( ExecState exec,
VM vm 
)
inlinestatic

◆ createStructure() [1/2]

template<typename HashMapBucketType >
static Structure* JSC::HashMapImpl< HashMapBucketType >::createStructure ( VM vm,
JSGlobalObject globalObject,
JSValue  prototype 
)
inlinestatic

◆ createStructure() [2/2]

template<typename HashMapBucketType >
static Structure* JSC::HashMapImpl< HashMapBucketType >::createStructure ( VM vm,
JSGlobalObject globalObject,
JSValue  prototype 
)
inlinestatic

◆ deletedValue() [1/2]

template<typename HashMapBucketType >
static HashMapBucketType* JSC::HashMapImpl< HashMapBucketType >::deletedValue ( )
inlinestatic

◆ deletedValue() [2/2]

template<typename HashMapBucketType >
static HashMapBucketType* JSC::HashMapImpl< HashMapBucketType >::deletedValue ( )
inlinestatic

◆ emptyValue() [1/2]

template<typename HashMapBucketType >
static HashMapBucketType* JSC::HashMapImpl< HashMapBucketType >::emptyValue ( )
inlinestatic

◆ emptyValue() [2/2]

template<typename HashMapBucketType >
static HashMapBucketType* JSC::HashMapImpl< HashMapBucketType >::emptyValue ( )
inlinestatic

◆ findBucket() [1/4]

template<typename HashMapBucketType >
ALWAYS_INLINE HashMapBucketType** JSC::HashMapImpl< HashMapBucketType >::findBucket ( ExecState exec,
JSValue  key 
)
inline

◆ findBucket() [2/4]

template<typename HashMapBucketType >
ALWAYS_INLINE HashMapBucketType** JSC::HashMapImpl< HashMapBucketType >::findBucket ( ExecState exec,
JSValue  key 
)
inline

◆ findBucket() [3/4]

template<typename HashMapBucketType >
ALWAYS_INLINE HashMapBucketType** JSC::HashMapImpl< HashMapBucketType >::findBucket ( ExecState exec,
JSValue  key,
uint32_t  hash 
)
inline

◆ findBucket() [4/4]

template<typename HashMapBucketType >
ALWAYS_INLINE HashMapBucketType** JSC::HashMapImpl< HashMapBucketType >::findBucket ( ExecState exec,
JSValue  key,
uint32_t  hash 
)
inline

◆ finishCreation() [1/2]

template<typename HashMapBucketType >
void JSC::HashMapImpl< HashMapBucketType >::finishCreation ( ExecState exec,
VM vm 
)
inline

◆ finishCreation() [2/2]

template<typename HashMapBucketType >
void JSC::HashMapImpl< HashMapBucketType >::finishCreation ( ExecState exec,
VM vm 
)
inline

◆ get() [1/2]

template<typename HashMapBucketType >
ALWAYS_INLINE JSValue JSC::HashMapImpl< HashMapBucketType >::get ( ExecState exec,
JSValue  key 
)
inline

◆ get() [2/2]

template<typename HashMapBucketType >
ALWAYS_INLINE JSValue JSC::HashMapImpl< HashMapBucketType >::get ( ExecState exec,
JSValue  key 
)
inline

◆ has() [1/2]

template<typename HashMapBucketType >
ALWAYS_INLINE bool JSC::HashMapImpl< HashMapBucketType >::has ( ExecState exec,
JSValue  key 
)
inline

◆ has() [2/2]

template<typename HashMapBucketType >
ALWAYS_INLINE bool JSC::HashMapImpl< HashMapBucketType >::has ( ExecState exec,
JSValue  key 
)
inline

◆ head() [1/2]

template<typename HashMapBucketType >
HashMapBucketType* JSC::HashMapImpl< HashMapBucketType >::head ( )
inline

◆ head() [2/2]

template<typename HashMapBucketType >
HashMapBucketType* JSC::HashMapImpl< HashMapBucketType >::head ( )
inline

◆ info() [1/2]

template<typename HashMapBucketType >
static const ClassInfo* JSC::HashMapImpl< HashMapBucketType >::info ( )
inlinestatic

◆ info() [2/2]

template<typename HashMapBucketType >
static const ClassInfo* JSC::HashMapImpl< HashMapBucketType >::info ( )
inlinestatic

◆ isDeleted() [1/2]

template<typename HashMapBucketType >
static ALWAYS_INLINE bool JSC::HashMapImpl< HashMapBucketType >::isDeleted ( HashMapBucketType *  bucket)
inlinestatic

◆ isDeleted() [2/2]

template<typename HashMapBucketType >
static ALWAYS_INLINE bool JSC::HashMapImpl< HashMapBucketType >::isDeleted ( HashMapBucketType *  bucket)
inlinestatic

◆ isEmpty() [1/2]

template<typename HashMapBucketType >
static ALWAYS_INLINE bool JSC::HashMapImpl< HashMapBucketType >::isEmpty ( HashMapBucketType *  bucket)
inlinestatic

◆ isEmpty() [2/2]

template<typename HashMapBucketType >
static ALWAYS_INLINE bool JSC::HashMapImpl< HashMapBucketType >::isEmpty ( HashMapBucketType *  bucket)
inlinestatic

◆ offsetOfBuffer() [1/2]

template<typename HashMapBucketType >
static ptrdiff_t JSC::HashMapImpl< HashMapBucketType >::offsetOfBuffer ( )
inlinestatic

◆ offsetOfBuffer() [2/2]

template<typename HashMapBucketType >
static ptrdiff_t JSC::HashMapImpl< HashMapBucketType >::offsetOfBuffer ( )
inlinestatic

◆ offsetOfCapacity() [1/2]

template<typename HashMapBucketType >
static ptrdiff_t JSC::HashMapImpl< HashMapBucketType >::offsetOfCapacity ( )
inlinestatic

◆ offsetOfCapacity() [2/2]

template<typename HashMapBucketType >
static ptrdiff_t JSC::HashMapImpl< HashMapBucketType >::offsetOfCapacity ( )
inlinestatic

◆ remove() [1/2]

template<typename HashMapBucketType >
ALWAYS_INLINE bool JSC::HashMapImpl< HashMapBucketType >::remove ( ExecState exec,
JSValue  key 
)
inline

◆ remove() [2/2]

template<typename HashMapBucketType >
ALWAYS_INLINE bool JSC::HashMapImpl< HashMapBucketType >::remove ( ExecState exec,
JSValue  key 
)
inline

◆ s_info() [1/2]

template<>
const ClassInfo JSC::HashMapImpl< HashMapBucket< HashMapBucketDataKey > >::s_info ( )

◆ s_info() [2/2]

◆ size() [1/2]

template<typename HashMapBucketType >
ALWAYS_INLINE uint32_t JSC::HashMapImpl< HashMapBucketType >::size ( ) const
inline

◆ size() [2/2]

template<typename HashMapBucketType >
ALWAYS_INLINE uint32_t JSC::HashMapImpl< HashMapBucketType >::size ( ) const
inline

◆ tail() [1/2]

template<typename HashMapBucketType >
HashMapBucketType* JSC::HashMapImpl< HashMapBucketType >::tail ( )
inline

◆ tail() [2/2]

template<typename HashMapBucketType >
HashMapBucketType* JSC::HashMapImpl< HashMapBucketType >::tail ( )
inline

◆ visitChildren() [1/2]

template<typename HashMapBucket >
void JSC::HashMapImpl< HashMapBucket >::visitChildren ( JSCell cell,
SlotVisitor visitor 
)
static

◆ visitChildren() [2/2]

template<typename HashMapBucketType >
static void JSC::HashMapImpl< HashMapBucketType >::visitChildren ( JSCell ,
SlotVisitor  
)
static

Member Data Documentation

◆ s_info

template<typename HashMapBucketType >
static const ClassInfo JSC::HashMapImpl< HashMapBucketType >::s_info
static

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