leave: function () {
                    this._entered--;
                    if (this._entered === 0 && this._suspended < 1)
                        this._time += Timing.now() - this._startTime;
                },