[Webkit-unassigned] [Bug 174275] New: [JSC] Add support overriding of the runtime error messages without adding new op_codes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 7 14:07:36 PDT 2017


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

            Bug ID: 174275
           Summary: [JSC] Add support overriding of the runtime error
                    messages without adding new op_codes
           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: gskachkov at gmail.com

JSC should support overriding of the runtime error messages, to show more suitable error message. i.e. https://webkit.org/b/169293. There is expected more such types of modification of already existed error messages and this should be done without adding new op_codes check, to prevent performance degradation.
The idea is use some metadata in CodeBlock, and after throwing check if error message that was thrown from some byte code operation was overridden in CodeBlock metadata.

-- 
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/20170707/9c168f6b/attachment.html>


More information about the webkit-unassigned mailing list