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