Changeset 83827 in webkit for trunk/Source/JavaScriptCore/runtime/StructureTransitionTable.h
- Timestamp:
- Apr 14, 2011, 2:27:47 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/StructureTransitionTable.h
r83809 r83827 75 75 return 0; 76 76 } 77 78 static Hash::Key keyForFinalizer(void* context, Structure*); 77 78 static inline Hash::Key keyForFinalizer(void* context, Structure* structure) 79 { 80 return keyForWeakGCMapFinalizer(context, structure); 81 } 79 82 }; 80 83 81 84 typedef WeakGCMap<Hash::Key, Structure, WeakGCMapFinalizerCallback, Hash, HashTraits> TransitionMap; 85 86 static Hash::Key keyForWeakGCMapFinalizer(void* context, Structure*); 82 87 83 88 public:
Note:
See TracChangeset
for help on using the changeset viewer.