Changeset 237486 in webkit for trunk/Source/JavaScriptCore/bytecode/ArrayAllocationProfile.h
- Timestamp:
- Oct 26, 2018, 4:34:01 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/ArrayAllocationProfile.h
r237479 r237486 33 33 class ArrayAllocationProfile { 34 34 public: 35 ArrayAllocationProfile() = default;36 37 ArrayAllocationProfile(IndexingType recommendedIndexingMode)38 {39 initializeIndexingMode(recommendedIndexingMode);40 }41 42 35 IndexingType selectIndexingType() 43 36 {
Note:
See TracChangeset
for help on using the changeset viewer.