RESOLVED FIXED 201889
Follow-up after String.codePointAt optimization
https://bugs.webkit.org/show_bug.cgi?id=201889
Summary Follow-up after String.codePointAt optimization
Yusuke Suzuki
Reported 2019-09-17 16:36:58 PDT
Follow-up after String.codePointAt optimization
Attachments
Patch (13.57 KB, patch)
2019-09-17 16:38 PDT, Yusuke Suzuki
saam: review+
Yusuke Suzuki
Comment 1 2019-09-17 16:38:32 PDT
Radar WebKit Bug Importer
Comment 2 2019-09-17 16:39:23 PDT
Yusuke Suzuki
Comment 3 2019-09-17 16:41:15 PDT
Comment on attachment 379006 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=379006&action=review > Source/JavaScriptCore/ChangeLog:11 > + 2. Check BadType in String.codePointAt, String.charAt, and String.charCodeAt. For now, I'm just fixing these three things. It would be profitable to see the other things, but it involves more changes (like, check whether it accepts UntypedUse etc.).
Yusuke Suzuki
Comment 4 2019-09-17 17:31:56 PDT
Note You need to log in before you can comment on or make changes to this bug.