Changeset 271255 in webkit
- Timestamp:
- Jan 7, 2021, 12:54:45 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-610.4.3.1-branch/Source/JavaScriptCore/dfg/DFGConstantFoldingPhase.cpp
r271246 r271255 708 708 auto* watchpoints = structure->propertyReplacementWatchpointSet(condition.offset()); 709 709 if (!watchpoints || watchpoints->isStillValid()) 710 return; 710 allGood = false; 711 break; 711 712 } 712 713
Note:
See TracChangeset
for help on using the changeset viewer.