22 #ifndef _KJS_PROPERTY_MAP_H_
23 #define _KJS_PROPERTY_MAP_H_
25 #include "identifier.h"
35 struct PropertyMapHashTable;
48 SavedProperty *_properties;
88 int hash(
const UString::Rep *)
const;
89 static bool keysMatch(
const UString::Rep *,
const UString::Rep *);
92 void insert(UString::Rep *,
ValueImp *value,
int attributes);
94 void checkConsistency();
97 typedef PropertyMapHashTable Table;
106 #endif // _KJS_PROPERTY_MAP_H_