Changeset 153691 in webkit for trunk/Source/JavaScriptCore/runtime/Structure.h
- Timestamp:
- Aug 3, 2013, 5:12:21 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/Structure.h
r153657 r153691 229 229 } 230 230 231 bool hasIndexingHeader() const231 bool couldHaveIndexingHeader() const 232 232 { 233 233 return hasIndexedProperties(indexingType()); 234 234 } 235 235 236 bool hasIndexingHeader(const JSCell*) const 237 { 238 return hasIndexedProperties(indexingType()); 239 } 240 236 241 bool masqueradesAsUndefined(JSGlobalObject* lexicalGlobalObject); 237 242
Note:
See TracChangeset
for help on using the changeset viewer.