Changeset 232132 in webkit for trunk/Source/JavaScriptCore/runtime/JSString.cpp
- Timestamp:
- May 23, 2018, 3:34:18 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSString.cpp
r231337 r232132 296 296 // Vector before performing any concatenation, but by working backwards we likely 297 297 // only fill the queue with the number of substrings at any given level in a 298 // rope-of-ropes.) 298 // rope-of-ropes.) 299 299 void JSRopeString::resolveRopeSlowCase8(LChar* buffer) const 300 300 {
Note:
See TracChangeset
for help on using the changeset viewer.