Changeset 262425 in webkit for trunk/Source/JavaScriptCore/dfg/DFGNode.cpp
- Timestamp:
- Jun 2, 2020, 9:55:15 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGNode.cpp
r261755 r262425 67 67 } 68 68 69 bool MultiDeleteByOffsetData::allVariantsStoreEmpty() const 70 { 71 for (unsigned i = variants.size(); i--;) { 72 if (!variants[i].newStructure()) 73 return false; 74 } 75 return true; 76 } 77 69 78 void BranchTarget::dump(PrintStream& out) const 70 79 {
Note:
See TracChangeset
for help on using the changeset viewer.