Changeset 191350 in webkit for trunk/Source/JavaScriptCore/jit/GCAwareJITStubRoutine.cpp
- Timestamp:
- Oct 20, 2015, 11:37:38 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/GCAwareJITStubRoutine.cpp
r191016 r191350 114 114 } 115 115 116 GCAwareJITStubRoutineWithExceptionHandler::~GCAwareJITStubRoutineWithExceptionHandler()116 void GCAwareJITStubRoutineWithExceptionHandler::observeZeroRefCount() 117 117 { 118 118 if (m_codeBlockWithExceptionHandler) { 119 119 m_codeBlockWithExceptionHandler->jitCode()->dfgCommon()->removeCallSiteIndex(m_exceptionHandlerCallSiteIndex); 120 120 m_codeBlockWithExceptionHandler->removeExceptionHandlerForCallSite(m_exceptionHandlerCallSiteIndex); 121 m_codeBlockWithExceptionHandler = nullptr; 121 122 } 123 124 Base::observeZeroRefCount(); 122 125 } 123 126 124 127 125 128 PassRefPtr<JITStubRoutine> createJITStubRoutine(
Note:
See TracChangeset
for help on using the changeset viewer.