Changeset 58317 in webkit for trunk/JavaScriptCore/runtime/SmallStrings.h
- Timestamp:
- Apr 27, 2010, 11:17:35 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/SmallStrings.h
r54574 r58317 61 61 62 62 unsigned count() const; 63 63 #if ENABLE(JIT) 64 JSString** singleCharacterStrings() { return m_singleCharacterStrings; } 65 #endif 64 66 private: 65 67 void createEmptyString(JSGlobalData*);
Note:
See TracChangeset
for help on using the changeset viewer.