Changeset 254558 in webkit for trunk/Source/JavaScriptCore/dfg/DFGDriver.cpp
- Timestamp:
- Jan 14, 2020, 10:02:48 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGDriver.cpp
r254480 r254558 82 82 ASSERT(codeBlock); 83 83 ASSERT(codeBlock->alternative()); 84 ASSERT( JITCode::isBaselineCode(codeBlock->alternative()->jitType()));84 ASSERT(codeBlock->alternative()->jitType() == JITType::BaselineJIT); 85 85 ASSERT(!profiledDFGCodeBlock || profiledDFGCodeBlock->jitType() == JITType::DFGJIT); 86 86
Note:
See TracChangeset
for help on using the changeset viewer.