Changeset 44171 in webkit for trunk/JavaScriptCore/runtime/Structure.h
- Timestamp:
- May 26, 2009, 7:47:35 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/Structure.h
r44076 r44171 66 66 static PassRefPtr<Structure> removePropertyTransition(Structure*, const Identifier& propertyName, size_t& offset); 67 67 static PassRefPtr<Structure> changePrototypeTransition(Structure*, JSValue prototype); 68 static PassRefPtr<Structure> changeFunctionTransition(Structure*, const Identifier&);68 static PassRefPtr<Structure> despecifyFunctionTransition(Structure*, const Identifier&); 69 69 static PassRefPtr<Structure> getterSetterTransition(Structure*); 70 70 static PassRefPtr<Structure> toDictionaryTransition(Structure*); … … 115 115 116 116 JSCell* specificValue() { return m_specificValueInPrevious; } 117 void despecifyDictionaryFunction(const Identifier& propertyName); 117 118 118 119 private:
Note:
See TracChangeset
for help on using the changeset viewer.