(f, permissive=true)
| 152 | })(); |
| 153 | |
| 154 | function __wrapTC(f, permissive=true) { |
| 155 | try { |
| 156 | return f(); |
| 157 | } catch (e) { |
| 158 | if (permissive) { |
| 159 | return __dummy; |
| 160 | } |
| 161 | } |
| 162 | } |
| 163 | |
| 164 | // Neuter common test functions. |
| 165 | try { this.fail = nop; } catch(e) { } |
no test coverage detected