Changeset 52171 in webkit for trunk/JavaScriptCore/runtime/WeakGCMap.h
- Timestamp:
- Dec 15, 2009, 1:55:05 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/WeakGCMap.h
r52082 r52171 35 35 // A HashMap whose get() function returns emptyValue() for cells awaiting destruction. 36 36 template<typename KeyType, typename MappedType> 37 class WeakGCMap {37 class WeakGCMap : public FastAllocBase { 38 38 /* 39 39 Invariants:
Note:
See TracChangeset
for help on using the changeset viewer.