Changeset 77111 in webkit for trunk/Source/JavaScriptCore/runtime
- Timestamp:
- Jan 30, 2011, 10:05:55 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/WriteBarrier.h
r77109 r77111 89 89 T* operator*() const { return static_cast<T*>(m_cell); } 90 90 T* operator->() const { return static_cast<T*>(m_cell); } 91 void clear() { m_ value= 0; }91 void clear() { m_cell = 0; } 92 92 93 93 JSCell** slot() { return &m_cell; }
Note:
See TracChangeset
for help on using the changeset viewer.