[Webkit-unassigned] [Bug 230631] New: Add checkScriptSyntax function to jsc host environment

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 22 10:00:25 PDT 2021


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

            Bug ID: 230631
           Summary: Add checkScriptSyntax function to jsc host environment
           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: rwaldron at salesforce.com

In jsc.cpp, there is currently checkSyntax() and checkModuleSyntax(). The former expects and filename, while the latter expects a string of javascript code. This would introduce a function called checkScriptSyntax() that performed the same operation as checkModuleSyntax(), without the module specific semantics.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210922/7329425b/attachment.htm>


More information about the webkit-unassigned mailing list