Changeset 203812 in webkit for trunk/Source/JavaScriptCore/dfg/DFGEdge.h
- Timestamp:
- Jul 27, 2016, 10:59:33 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGEdge.h
r188040 r203812 145 145 } 146 146 bool doesKill() const { return DFG::doesKill(killStatus()); } 147 bool doesNotKill() const { return !doesKill(); } 148 147 149 148 bool isSet() const { return !!node(); } 150 149
Note:
See TracChangeset
for help on using the changeset viewer.