Lines Matching refs:count
20 count = 0,26 count++;34 var currentCount = count;36 Assert.isTrue((count > 1));41 Assert.areSame(currentCount, count);95 count = 0,101 count++;106 Assert.areSame(0, count, "first sendRequest should be async");109 Assert.areSame(1, count);112 Y.assert((count > 1));