What/Why:
While debugging the ZWrapper class on large zobjects, there were spotted some cases when both the scope property of the current instance and parent were undefined || null; ATM I'm guessing whenever at the top of the chain. We need to gracefully handle this edge case.
Ultimately, my aim is to figure out why the the size_ doesn't increment properly.
How:
- use optional chaining...