Changeset 149834 in webkit for trunk/Source/JavaScriptCore/bytecode/ArrayProfile.h
- Timestamp:
- May 9, 2013, 12:38:23 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/ArrayProfile.h
r137937 r149834 116 116 } 117 117 118 inline bool hasSeenArray(ArrayModes arrayModes) 119 { 120 return arrayModes & ALL_ARRAY_ARRAY_MODES; 121 } 122 123 inline bool hasSeenNonArray(ArrayModes arrayModes) 124 { 125 return arrayModes & ALL_NON_ARRAY_ARRAY_MODES; 126 } 127 118 128 class ArrayProfile { 119 129 public:
Note:
See TracChangeset
for help on using the changeset viewer.