Searched refs:NotifyError (Results 1 – 4 of 4) sorted by relevance
189 BenchmarkSuite.prototype.NotifyError = function(error) { method in BenchmarkSuite190 if (this.runner.NotifyError) {191 this.runner.NotifyError(this.name, error);252 suite.NotifyError(e);265 suite.NotifyError(e);276 suite.NotifyError(e);
61 NotifyError: PrintError, property
255 BenchmarkSuite.prototype.NotifyError = function(error) { method in BenchmarkSuite256 if (this.runner.NotifyError) {257 this.runner.NotifyError(this.name, error);335 suite.NotifyError(e);348 suite.NotifyError(e);359 suite.NotifyError(e);
30 NotifyError: PrintError }); property