Home | History | Annotate | Download | only in mjsunit

Lines Matching full:threw

107   var threw = false;
121 threw = true;
123 assertTrue(threw, name + " didn't throw");
128 var threw = false;
134 threw = true;
136 assertTrue(threw, "CallerCensorship didn't throw");
141 var threw = false;
151 threw = true;
153 assertTrue(threw, "UnintendedCallerCensorship didn't throw");
163 var threw = false;
167 threw = true;
171 assertTrue(threw, "ErrorsDuringFormatting didn't throw");
172 threw = false;
179 threw = true;
183 assertTrue(threw, "ErrorsDuringFormatting didnt' throw (2)");