Changeset 223584 in webkit for trunk/Source/JavaScriptCore/dfg/DFGNode.h
- Timestamp:
- Oct 17, 2017, 4:34:29 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGNode.h
r223523 r223584 1549 1549 case GetByIdFlush: 1550 1550 case GetByIdWithThis: 1551 case GetPrototypeOf:1552 1551 case TryGetById: 1553 1552 case GetByVal: … … 2313 2312 } 2314 2313 2315 bool shouldSpeculateFunction()2316 {2317 return isFunctionSpeculation(prediction());2318 }2319 2320 2314 bool shouldSpeculateProxyObject() 2321 2315 {
Note:
See TracChangeset
for help on using the changeset viewer.