Changeset 226725 in webkit for trunk/Source/JavaScriptCore/heap/HeapCell.h
- Timestamp:
- Jan 10, 2018, 11:41:12 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/heap/HeapCell.h
r226667 r226725 34 34 class LargeAllocation; 35 35 class MarkedBlock; 36 class Subspace;37 36 class VM; 38 37 struct AllocatorAttributes; … … 70 69 DestructionMode destructionMode() const; 71 70 Kind cellKind() const; 72 Subspace* subspace() const;73 71 74 72 // Call use() after the last point where you need `this` pointer to be kept alive. You usually don't
Note:
See TracChangeset
for help on using the changeset viewer.