[Webkit-unassigned] [Bug 158397] New: [JSC] Rename thisValue => receiver and slotBase => holder

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 5 07:26:59 PDT 2016


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

            Bug ID: 158397
           Summary: [JSC] Rename thisValue => receiver and slotBase =>
                    holder
    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: utatane.tea at gmail.com

Several code misuse thisValue and slotBase, and it sometimes incurs assertion failure.
Let's avoid `this` name. Instead, use |receiver| at least for property lookup.
This name "receiver" is spec-compilant name.

-- 
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/20160605/39f5073b/attachment.html>


More information about the webkit-unassigned mailing list