WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug