Searched refs:toThrow (Results 1 – 5 of 5) sorted by relevance
27 expect(function() {var v = u.f_uint32;}).toThrow();34 }).toThrow();37 var u = new unions.PodUnion({ foo: 64 }); }).toThrow();40 var u = new unions.PodUnion([1,2,3,4]); }).toThrow();97 structEncodeDecode(s); }).toThrow();
287 }).toThrow();
478 IOException toThrow = e.getCause(); in execute()479 httpEngineFailure = toThrow; in execute()480 throw toThrow; in execute()491 IOException toThrow = e.getLastConnectException(); in execute()492 httpEngineFailure = toThrow; in execute()493 throw toThrow; in execute()
57 MojoException toThrow = null; in tearDown() local62 if (toThrow == null) { in tearDown()63 toThrow = e; in tearDown()67 if (toThrow != null) { in tearDown()68 throw toThrow; in tearDown()
389 public void throwValue(Local<? extends Throwable> toThrow) { in throwValue() argument391 RegisterSpecList.make(toThrow.spec()), catches)); in throwValue()