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.