[Webkit-unassigned] [Bug 151491] New: Fix coding style of Intl code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 20 05:18:31 PST 2015


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

            Bug ID: 151491
           Summary: Fix coding style of Intl code
    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: sukolsak at gmail.com

Fix coding style of Intl code according to Darin's comments in https://bugs.webkit.org/show_bug.cgi?id=147604

This patch does three things:
1. Rename pointers and references to ExecState from "exec" to "state".
2. Pass parameters by references instead of pointers if the parameters are required.
3. Remove the word "get" from the names of functions that don't return values through out arguments.

This should make future Intl patches smaller.

-- 
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/20151120/f677a858/attachment.html>


More information about the webkit-unassigned mailing list