[Webkit-unassigned] [Bug 155807] New: [ES6] Add Proxy based tests for RegExp.prototype[@@match]

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 23 14:10:57 PDT 2016


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

            Bug ID: 155807
           Summary: [ES6] Add Proxy based tests for
                    RegExp.prototype[@@match]
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: msaboff at apple.com

In <https://bugs.webkit.org/show_bug.cgi?id=155711> after change set r198554 was landed, it was suggested that we add more Proxy based tests to verify standards conformance.  This would include handling the semantics issue raise in this comment:

> > Source/JavaScriptCore/builtins/RegExpPrototype.js:59
> > +    if (regexp.exec !== @RegExp.prototype. at exec && typeof(regexp.exec) === "function") {
> Also, I'm not sure this is correct. You're calling "get" twice here. That is
> an observable
> operation. It looks like RegExpExec only does this get once in the spec.

-- 
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/20160323/eb09a9c0/attachment.html>


More information about the webkit-unassigned mailing list