Changeset 164651 in webkit for trunk/Source/JavaScriptCore/dfg/DFGNode.h
- Timestamp:
- Feb 25, 2014, 9:47:29 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGNode.h
r164620 r164651 1501 1501 } 1502 1502 1503 bool shouldSpeculateOther()1504 {1505 return isOtherSpeculation(prediction());1506 }1507 1508 1503 bool shouldSpeculateCell() 1509 1504 { 1510 1505 return isCellSpeculation(prediction()); 1511 }1512 1513 bool shouldSpeculateNotCell()1514 {1515 return isNotCellSpeculation(prediction());1516 1506 } 1517 1507
Note:
See TracChangeset
for help on using the changeset viewer.