Changeset 153673 in webkit for trunk/Source/JavaScriptCore/runtime/PropertySlot.h
- Timestamp:
- Aug 2, 2013, 3:30:48 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/PropertySlot.h
r153556 r153673 44 44 45 45 public: 46 PropertySlot()47 : m_propertyType(TypeUnset)48 , m_offset(invalidOffset)49 {50 }51 52 46 explicit PropertySlot(const JSValue thisValue) 53 47 : m_propertyType(TypeUnset)
Note:
See TracChangeset
for help on using the changeset viewer.