Lines Matching refs:threw
50 let threw = false; variable
54 threw = true;
57 assert.ok(threw, 'Error: ok(false)');
143 let threw = false;
147 threw = true;
150 assert(threw, 'a.doesNotThrow with an explicit error is eating extra errors');
155 let threw = false;
159 threw = true;
163 assert.ok(threw, 'a.doesNotThrow is not catching type matching errors');
198 let threw = false;
207 threw = true;
209 assert.ok(threw, 'wrong constructor validation');
307 let threw = false;
311 threw = true;
315 assert.ok(threw);
381 let threw = false;
389 threw = true;
392 assert.ok(threw);
393 threw = false;
401 threw = true;
406 assert.ok(threw);
1244 let threw = false;
1248 threw = true;
1251 assert(threw);