[Webkit-unassigned] [Bug 145706] New: RegExp.prototype properties must be accessor functions, not own properties

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 5 11:47:42 PDT 2015


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

            Bug ID: 145706
           Summary: RegExp.prototype properties must be accessor
                    functions, not own properties
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Blocker
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ljharb at gmail.com
                CC: darin at apple.com, fpizlo at apple.com, ggaren at apple.com,
                    msaboff at apple.com, utatane.tea at gmail.com
            Blocks: 145599

See https://bugs.webkit.org/show_bug.cgi?id=145599#c10

As of ES6, source/multiline/ignoreCase/global should all be accessor functions on `RegExp.prototype`, and not data properties on each instance.

Before `RegExp#flags` can land in #145599, the code in RegExpObject needs to be fixed to convert these to accessor functions.

-- 
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/20150605/a1f36e54/attachment.html>


More information about the webkit-unassigned mailing list