Changeset 36325 in webkit for trunk/JavaScriptCore/kjs/StructureID.h
- Timestamp:
- Sep 10, 2008, 7:42:18 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/StructureID.h
r36316 r36325 79 79 80 80 static PassRefPtr<StructureID> changePrototypeTransition(StructureID*, JSValue* prototype); 81 static PassRefPtr<StructureID> addPropertyTransition(StructureID*, const Identifier& propertyName, JSValue*, unsigned attributes, bool checkReadOnly,JSObject* slotBase, PutPropertySlot&, PropertyStorage&);81 static PassRefPtr<StructureID> addPropertyTransition(StructureID*, const Identifier& propertyName, JSValue*, unsigned attributes, JSObject* slotBase, PutPropertySlot&, PropertyStorage&); 82 82 static PassRefPtr<StructureID> getterSetterTransition(StructureID*); 83 83 static PassRefPtr<StructureID> toDictionaryTransition(StructureID*);
Note:
See TracChangeset
for help on using the changeset viewer.