Changeset 50704 in webkit for trunk/JavaScriptCore/runtime/Structure.h
- Timestamp:
- Nov 9, 2009, 6:19:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/Structure.h
r50254 r50704 75 75 static PassRefPtr<Structure> toCacheableDictionaryTransition(Structure*); 76 76 static PassRefPtr<Structure> toUncacheableDictionaryTransition(Structure*); 77 static PassRefPtr<Structure> fromDictionaryTransition(Structure*); 77 78 PassRefPtr<Structure> flattenDictionaryStructure(JSObject*); 78 79 79 80 ~Structure();
Note:
See TracChangeset
for help on using the changeset viewer.