Home
last modified time | relevance | path

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

/external/chromium-trace/trace-viewer/tracing/third_party/mocha/
Dmocha.js835 Context.prototype.enableTimeouts = function (enabled) { method in Context
836 this.runnable().enableTimeouts(enabled);
1492 if (options.enableTimeouts !== null) this.enableTimeouts(options.enableTimeouts);
1775 Mocha.prototype.enableTimeouts = function(enabled) { method in Mocha
1776 this.suite.enableTimeouts(arguments.length && enabled !== undefined
4386 Runnable.prototype.enableTimeouts = function(enabled){ method in Runnable
5383 suite.enableTimeouts(this.enableTimeouts());
5414 Suite.prototype.enableTimeouts = function(enabled){ method in Suite
5471 hook.enableTimeouts(this.enableTimeouts());
5498 hook.enableTimeouts(this.enableTimeouts());
[all …]