Changeset 36081 in webkit for trunk/JavaScriptCore/kjs
- Timestamp:
- Sep 4, 2008, 12:21:43 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSObject.h
r36036 r36081 68 68 void setPrototype(JSValue* prototype); 69 69 70 void setStructureID(PassRefPtr<StructureID>); 70 71 StructureID* inheritorID(); 71 72 … … 152 153 153 154 const HashEntry* findPropertyHashEntry(ExecState*, const Identifier& propertyName) const; 154 void setStructureID(PassRefPtr<StructureID>);155 155 StructureID* createInheritorID(); 156 156
Note:
See TracChangeset
for help on using the changeset viewer.