Changeset 153121 in webkit for trunk/Source/JavaScriptCore/dfg/DFGValueSource.h
- Timestamp:
- Jul 24, 2013, 8:58:38 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGValueSource.h
r141069 r153121 132 132 if (isInt32Speculation(prediction)) 133 133 return ValueSource(Int32InJSStack); 134 if (is ArraySpeculation(prediction) || isCellSpeculation(prediction))134 if (isCellSpeculation(prediction)) 135 135 return ValueSource(CellInJSStack); 136 136 if (isBooleanSpeculation(prediction))
Note:
See TracChangeset
for help on using the changeset viewer.