Changeset 190113 in webkit for trunk/Source/JavaScriptCore/heap/WeakSet.h
- Timestamp:
- Sep 22, 2015, 5:21:31 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/heap/WeakSet.h
r189616 r190113 39 39 40 40 public: 41 static WeakImpl* allocate(JS Cell&, WeakHandleOwner* = 0, void* context = 0);41 static WeakImpl* allocate(JSValue, WeakHandleOwner* = 0, void* context = 0); 42 42 static void deallocate(WeakImpl*); 43 43
Note:
See TracChangeset
for help on using the changeset viewer.