[Webkit-unassigned] [Bug 156318] New: String.prototype.match() should be calling internal function RegExpCreate.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 6 16:44:45 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=156318

            Bug ID: 156318
           Summary: String.prototype.match() should be calling internal
                    function RegExpCreate.
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mark.lam at apple.com

Note: RegExpCreate is not the same as the RegExp constructor.  The current implementation does a new @RegExp.  This results in a failure in es6/Proxy_internal_get_calls_String.prototype.match.js, and possibly es6/Proxy_internal_get_calls_String.prototype.search.js as well.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160406/25b26944/attachment.html>


More information about the webkit-unassigned mailing list