[Webkit-unassigned] [Bug 186839] New: [WTF] Add user-defined literal for ASCIILiteral
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jun 20 01:40:43 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=186839
Bug ID: 186839
Summary: [WTF] Add user-defined literal for ASCIILiteral
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: utatane.tea at gmail.com
Adding a user-defined literal for ASCIILiteral, like,
"Hello World"_s
to
1. make literal simple (instead of using ASCIILiteral("Hello World"))
2. avoid creating ASCIILiteral accidentally (If there is no way except for user-defined literal to create ASCIILiteral, we can easily ensure that ASCIILiteral's string is literal string)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180620/3b998c92/attachment.html>
More information about the webkit-unassigned
mailing list