NEW 158397
[JSC] Rename thisValue => receiver and slotBase => holder
https://bugs.webkit.org/show_bug.cgi?id=158397
Summary [JSC] Rename thisValue => receiver and slotBase => holder
Yusuke Suzuki
Reported 2016-06-05 07:26:59 PDT
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.
Attachments
Note You need to log in before you can comment on or make changes to this bug.