Lines Matching refs:assertThrows
249 assertThrows(function() { w.a }, Error);
250 assertThrows(function() { w.r }, Error);
251 assertThrows(function() { w.r = {a: 4} }, Error);
252 assertThrows(function() { o.r.a }, Error);
256 assertThrows(function() { w[1] }, Error);
257 assertThrows(function() { w.c }, Error);
258 assertThrows(function() { wb.bb }, Error);
259 assertThrows(function() { wr.a }, Error);
260 assertThrows(function() { wf(4) }, Error);
261 assertThrows(function() { wfx.a }, Error);
262 assertThrows(function() { wgx.aa }, Error);
263 assertThrows(function() { wh4.q }, Error);
496 assertThrows(function() { w.a }, Error)
497 assertThrows(function() { w.r }, Error)
498 assertThrows(function() { w.r = {a: 4} }, Error)
499 assertThrows(function() { o.r.a }, Error)
503 assertThrows(function() { w[1] }, Error)
504 assertThrows(function() { w.c }, Error)
505 assertThrows(function() { wb.bb }, Error)
507 assertThrows(function() { wf(4) }, Error)
510 assertThrows(function() { wh4.q }, Error)
511 assertThrows(function() { ws5.x }, Error)
512 assertThrows(function() { ws5x.y }, Error)