[Webkit-unassigned] [Bug 141024] New: Rename 'usesArguments' to 'setUsesArguments' in ASTBuilder

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 28 19:46:34 PST 2015


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

            Bug ID: 141024
           Summary: Rename 'usesArguments' to 'setUsesArguments' in
                    ASTBuilder
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Trivial
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cwhan.tunz at gmail.com

The method name 'usesArguments' in ASTBuilder is confusing.
'usesArguments' is used as setter method in AST Builder.
In other files, usesArguments is getter method,
and 'setUsesArguments' is setter method.

So, it is better to rename usesArguments to setUsesArguments in ASTBuilder.

-- 
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/20150129/92874c3f/attachment-0002.html>


More information about the webkit-unassigned mailing list