Changeset 268241 in webkit for trunk/Source/JavaScriptCore/jit/JITExceptions.cpp
- Timestamp:
- Oct 8, 2020, 6:18:14 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JITExceptions.cpp
r268170 r268241 83 83 ASSERT(bitwise_cast<uintptr_t>(callFrame) < bitwise_cast<uintptr_t>(vm.topEntryFrame)); 84 84 85 assertIsTaggedWith <ExceptionHandlerPtrTag>(catchRoutine);85 assertIsTaggedWith(catchRoutine, ExceptionHandlerPtrTag); 86 86 vm.callFrameForCatch = callFrame; 87 87 vm.targetMachinePCForThrow = catchRoutine;
Note:
See TracChangeset
for help on using the changeset viewer.