The spec currently refers to the components of execution contexts in a couple different ways. They are referred to in at least the following ways:
- "the ComponentName of variableName"
- "the ComponentName component of variableName"
- "variableName's ComponentName"
- "variableName's ComponentName component" (only one use, I will PR it away)
We should choose one and normalise the format. I'm also not sure why execution contexts are not just spec records like basically everything else.