accessCount
This function returns the number of times that the property was accessed. This function is more efficient than checking ctx.accesses.length
because ctx.accesses
is a getter that creates a copy of the internal access tracking array.