Changeset 77360 in webkit for trunk/Source/JavaScriptCore/runtime/WeakGCMap.h
- Timestamp:
- Feb 1, 2011, 9:05:55 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/WeakGCMap.h
r77159 r77360 60 60 // mark bit is not set. This is used, among other things, to retrieve values 61 61 // during the GC mark phase, which begins by clearing all mark bits. 62 63 size_t uncheckedSize() { return m_map.size(); } 62 64 63 65 MappedType* uncheckedGet(const KeyType& key) const { return m_map.get(key).get(); }
Note:
See TracChangeset
for help on using the changeset viewer.