Changeset 223222 in webkit for trunk/Source/JavaScriptCore/runtime/StructureInlines.h
- Timestamp:
- Oct 11, 2017, 5:53:45 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/StructureInlines.h
r222827 r223222 448 448 ALWAYS_INLINE bool Structure::shouldConvertToPolyProto(const Structure* a, const Structure* b) 449 449 { 450 if (!Options::usePolyProto()) 451 return false; 452 450 453 if (!a || !b) 451 454 return false;
Note:
See TracChangeset
for help on using the changeset viewer.