@@ 4532-4532 (lines=1) @@ | ||
4529 | * |
|
4530 | * @api private |
|
4531 | */ |
|
4532 | Runner.prototype.checkGlobals = function (test) { |
|
4533 | if (this.ignoreLeaks) { |
|
4534 | return; |
|
4535 | } |
@@ 184-184 (lines=1) @@ | ||
181 | * |
|
182 | * @api private |
|
183 | */ |
|
184 | Runner.prototype.checkGlobals = function (test) { |
|
185 | if (this.ignoreLeaks) { |
|
186 | return; |
|
187 | } |