Home
last modified time | relevance | path

Searched refs:NotifyError (Results 1 – 4 of 4) sorted by relevance

/external/v8/benchmarks/
Dbase.js189 BenchmarkSuite.prototype.NotifyError = function(error) { method in BenchmarkSuite
190 if (this.runner.NotifyError) {
191 this.runner.NotifyError(this.name, error);
252 suite.NotifyError(e);
265 suite.NotifyError(e);
276 suite.NotifyError(e);
Drun.js61 NotifyError: PrintError, property
/external/v8/test/perf-test/Collections/
Dbase.js255 BenchmarkSuite.prototype.NotifyError = function(error) { method in BenchmarkSuite
256 if (this.runner.NotifyError) {
257 this.runner.NotifyError(this.name, error);
335 suite.NotifyError(e);
348 suite.NotifyError(e);
359 suite.NotifyError(e);
Drun.js30 NotifyError: PrintError }); property