23 #ifndef _KJS_PROPERTY_MAP_H_
24 #define _KJS_PROPERTY_MAP_H_
26 #include "identifier.h"
36 struct PropertyMapHashTable;
49 SavedProperty *_properties;
89 int hash(
const UString::Rep *)
const;
90 static bool keysMatch(
const UString::Rep *,
const UString::Rep *);
93 void insert(UString::Rep *,
ValueImp *value,
int attributes);
95 void checkConsistency();
98 typedef PropertyMapHashTable Table;
107 #endif // _KJS_PROPERTY_MAP_H_