Changeset 179211 in webkit for trunk/Source/JavaScriptCore/heap/WeakBlock.h
- Timestamp:
- Jan 27, 2015, 1:34:32 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/heap/WeakBlock.h
r179192 r179211 35 35 namespace JSC { 36 36 37 class DeadBlock; 37 38 class HeapRootVisitor; 38 39 class JSValue; … … 56 57 }; 57 58 58 static WeakBlock* create( );59 static WeakBlock* create(DeadBlock*); 59 60 60 61 static WeakImpl* asWeakImpl(FreeCell*); … … 73 74 static FreeCell* asFreeCell(WeakImpl*); 74 75 75 WeakBlock( );76 WeakBlock(Region*); 76 77 WeakImpl* firstWeakImpl(); 77 78 void finalize(WeakImpl*);
Note:
See TracChangeset
for help on using the changeset viewer.