Changeset 153537 in webkit for trunk/Source/JavaScriptCore/runtime/JSString.h
- Timestamp:
- Jul 31, 2013, 12:32:22 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSString.h
r153532 r153537 321 321 void outOfMemory(ExecState*) const; 322 322 323 JS String* getIndexSlowCase(ExecState*, unsigned);323 JS_EXPORT_PRIVATE JSString* getIndexSlowCase(ExecState*, unsigned); 324 324 325 325 mutable FixedArray<WriteBarrier<JSString>, s_maxInternalRopeLength> m_fibers;
Note:
See TracChangeset
for help on using the changeset viewer.