Changeset 179392 in webkit for trunk/Source/JavaScriptCore/jit/JITStubRoutine.h
- Timestamp:
- Jan 29, 2015, 8:28:36 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JITStubRoutine.h
r179357 r179392 142 142 } 143 143 144 // Return true if you are still valid after. Return false if you are now invalid. If you return145 // false, you will usually not do any clearing because the idea is that you will simply be146 // destroyed.147 144 virtual bool visitWeak(RepatchBuffer&); 148 145
Note:
See TracChangeset
for help on using the changeset viewer.