Bug 155855 - Create private builtin helper advanceStringIndexUnicode() for use by RegExp builtins
Summary: Create private builtin helper advanceStringIndexUnicode() for use by RegExp b...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-03-24 15:06 PDT by Michael Saboff
Modified: 2016-03-24 15:35 PDT (History)
5 users (show)

See Also:


Attachments
Patch (4.64 KB, patch)
2016-03-24 15:18 PDT, Michael Saboff
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Saboff 2016-03-24 15:06:41 PDT
Currently there is a advanceStringIndexUnicode function declared within the RegExp.prototype.match builtin.

This should be factored out as a private builtin for use by other RegExp builtins.
Comment 1 Michael Saboff 2016-03-24 15:07:03 PDT
a
Comment 2 Radar WebKit Bug Importer 2016-03-24 15:07:53 PDT
<rdar://problem/25347456>
Comment 3 Michael Saboff 2016-03-24 15:18:28 PDT
Created attachment 274857 [details]
Patch
Comment 4 Mark Lam 2016-03-24 15:20:09 PDT
Comment on attachment 274857 [details]
Patch

r=me
Comment 5 WebKit Commit Bot 2016-03-24 15:35:36 PDT
Comment on attachment 274857 [details]
Patch

Clearing flags on attachment: 274857

Committed r198647: <http://trac.webkit.org/changeset/198647>
Comment 6 WebKit Commit Bot 2016-03-24 15:35:41 PDT
All reviewed patches have been landed.  Closing bug.