RESOLVED FIXED Bug 180016
[JSC] Remove JSStringBuilder
https://bugs.webkit.org/show_bug.cgi?id=180016
Summary [JSC] Remove JSStringBuilder
Yusuke Suzuki
Reported 2017-11-26 08:18:33 PST
[JSC] Remove JSStringBuilder
Attachments
Patch (19.66 KB, patch)
2017-11-26 08:19 PST, Yusuke Suzuki
no flags
Patch (19.71 KB, patch)
2017-11-26 08:27 PST, Yusuke Suzuki
saam: review+
Yusuke Suzuki
Comment 1 2017-11-26 08:19:22 PST
EWS Watchlist
Comment 2 2017-11-26 08:21:03 PST
Attachment 327583 [details] did not pass style-queue: ERROR: Source/JavaScriptCore/runtime/FunctionPrototype.cpp:33: Alphabetical sorting problem. [build/include_order] [4] Total errors found: 1 in 7 files If any of these errors are false positives, please file a bug against check-webkit-style.
Yusuke Suzuki
Comment 3 2017-11-26 08:27:01 PST
Saam Barati
Comment 4 2017-11-26 15:37:13 PST
Comment on attachment 327584 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=327584&action=review > Source/JavaScriptCore/runtime/JSStringInlines.h:50 > + String result = tryMakeString(string, strings...); Would it be better to use forwarding semantics here?
Yusuke Suzuki
Comment 5 2017-11-26 17:18:50 PST
Comment on attachment 327584 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=327584&action=review >> Source/JavaScriptCore/runtime/JSStringInlines.h:50 >> + String result = tryMakeString(string, strings...); > > Would it be better to use forwarding semantics here? Yeah, good call! Changed :D
Yusuke Suzuki
Comment 6 2017-11-26 17:22:49 PST
Radar WebKit Bug Importer
Comment 7 2017-11-26 17:23:26 PST
Note You need to log in before you can comment on or make changes to this bug.