Bug 145353

Summary: String.prototype.charCodeAt() should use StringView.
Product: WebKit Reporter: Andreas Kling <kling>
Component: JavaScriptCoreAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, darin
Priority: P2 Keywords: Performance
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Andreas Kling 2015-05-23 16:27:02 PDT
String.prototype.charCodeAt() will currently reify substring JSStrings. Let's avoid that if we can.
Comment 1 Andreas Kling 2015-05-23 16:29:01 PDT
Created attachment 253653 [details]
Patch
Comment 2 WebKit Commit Bot 2015-05-26 11:56:58 PDT
Comment on attachment 253653 [details]
Patch

Clearing flags on attachment: 253653

Committed r184866: <http://trac.webkit.org/changeset/184866>
Comment 3 WebKit Commit Bot 2015-05-26 11:57:02 PDT
All reviewed patches have been landed.  Closing bug.