Changeset 292447 in webkit for trunk/Source/JavaScriptCore/dfg/DFGJITCompiler.cpp
- Timestamp:
- Apr 5, 2022, 8:41:00 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGJITCompiler.cpp
r292445 r292447 112 112 // both normal return code and when jumping to an exception handler). 113 113 emitFunctionPrologue(); 114 #if ASSERT_ENABLED 115 probeDebug([=](Probe::Context& ctx) { 116 CodeBlock* codeBlock = ctx.fp<CallFrame*>()->codeBlock(); 117 RELEASE_ASSERT(codeBlock->jitType() == JITType::DFGJIT); 118 }); 119 #endif 114 jitAssertCodeBlockOnCallFrameWithType(GPRInfo::regT2, JITType::DFGJIT); 120 115 } 121 116
Note:
See TracChangeset
for help on using the changeset viewer.