Lines Matching refs:IF
26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
78 // Scores are not comparable across versions. Bump the version if
79 // you're making changes that will affect that scores, e.g. if you add
113 if (continuation) {
117 if (runner.NotifyStart) runner.NotifyStart(suite.name);
120 if (continuation && typeof window != 'undefined' && window.setTimeout) {
125 if (runner.NotifyScore) {
160 if (value > 100) {
171 if (this.runner.NotifyStep) this.runner.NotifyStep(result.benchmark.name);
176 // we have a result which can be reported to the user if needed.
181 if (this.runner.NotifyResult) {
190 if (this.runner.NotifyError) {
193 if (this.runner.NotifyStep) {
209 if (data != null) {
215 if (data == null) {
222 // If we've run too few iterations, we continue for another second.
223 if (data.runs < 32) return data;
248 if (index < length) {
268 // If data is null, we're done with this benchmark.