Changeset 104871 in webkit for trunk/Source/JavaScriptCore/runtime/Structure.h
- Timestamp:
- Jan 12, 2012, 3:51:44 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/Structure.h
r103243 r104871 90 90 static Structure* changePrototypeTransition(JSGlobalData&, Structure*, JSValue prototype); 91 91 static Structure* despecifyFunctionTransition(JSGlobalData&, Structure*, const Identifier&); 92 static Structure* getterSetterTransition(JSGlobalData&, Structure*);92 static Structure* attributeChangeTransition(JSGlobalData&, Structure*, const Identifier& propertyName, unsigned attributes); 93 93 static Structure* toCacheableDictionaryTransition(JSGlobalData&, Structure*); 94 94 static Structure* toUncacheableDictionaryTransition(JSGlobalData&, Structure*);
Note:
See TracChangeset
for help on using the changeset viewer.