[Webkit-unassigned] [Bug 150527] New: Get rid of the $ syntax in the pattern matcher

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 23 19:27:18 PDT 2015


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

            Bug ID: 150527
           Summary: Get rid of the $ syntax in the pattern matcher
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: fpizlo at apple.com

If you want a specific constant (like "$0"), then you can write the constant without any prefix (like "0").  If you want to match some constant, then maybe the pattern matcher doesn't need to help you - you could just do it in the C++ code.

-- 
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/20151024/a435ee1b/attachment.html>


More information about the webkit-unassigned mailing list