Changeset 291332 in webkit for trunk/Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp
- Timestamp:
- Mar 15, 2022, 10:35:12 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp
r291026 r291332 1564 1564 if (m_hasDebuggerEnabled) { 1565 1565 VERBOSE_LOG(" Failing because the debugger is in use.\n"); 1566 return UINT_MAX; 1567 } 1568 1569 if (m_graph.m_plan.isUnlinked()) { 1570 VERBOSE_LOG(" Failing because the compilation mode is unlinked DFG.\n"); 1566 1571 return UINT_MAX; 1567 1572 }
Note:
See TracChangeset
for help on using the changeset viewer.