Changeset 36429 in webkit for trunk/JavaScriptCore/kjs/PropertyMap.h
- Timestamp:
- Sep 15, 2008, 12:27:14 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/PropertyMap.h
r36325 r36429 31 31 class JSObject; 32 32 class JSValue; 33 class PropertyNameArray;34 33 35 34 typedef JSValue** PropertyStorage; … … 95 94 size_t getOffset(const Identifier& propertyName, unsigned& attributes); 96 95 97 void getEnumerablePropertyNames( PropertyNameArray&) const;96 void getEnumerablePropertyNames(Vector<UString::Rep*>&) const; 98 97 99 98 bool hasGetterSetterProperties() const { return m_getterSetterFlag; }
Note:
See TracChangeset
for help on using the changeset viewer.