Changeset 36368 in webkit for trunk/JavaScriptCore/kjs/JSObject.h
- Timestamp:
- Sep 12, 2008, 9:57:35 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSObject.h
r36325 r36368 183 183 184 184 private: 185 virtual bool isObject() const;186 187 185 const HashEntry* findPropertyHashEntry(ExecState*, const Identifier& propertyName) const; 188 186 StructureID* createInheritorID();
Note:
See TracChangeset
for help on using the changeset viewer.