Changeset 2753 in webkit for trunk/JavaScriptCore/kjs/object.h
- Timestamp:
- Nov 18, 2002, 11:57:11 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/object.h
r2749 r2753 41 41 #include "types.h" 42 42 #include "reference_list.h" 43 #include "property_map.h" 43 44 44 45 namespace KJS { 45 46 46 class PropertyMap;47 47 class HashTable; 48 48 class HashEntry; … … 583 583 private: 584 584 const HashEntry* findPropertyHashEntry( const UString& propertyName ) const; 585 PropertyMap *_prop;585 PropertyMap _prop; 586 586 ValueImp *_proto; 587 587 ValueImp *_internalValue;
Note:
See TracChangeset
for help on using the changeset viewer.