Lines Matching full:assertthrows
163 assertThrows(function() { Number(Object(instance)) }, TypeError)
164 assertThrows(function() { +Object(instance) }, TypeError)
165 assertThrows(function() { Number(instance) }, TypeError)
166 assertThrows(function() { instance + 0 }, TypeError)
477 assertThrows(f, TypeError);
479 assertThrows(f, TypeError);
480 assertThrows(f, TypeError);
515 assertThrows(function() { set.add(key) });
541 assertThrows(function() { map.set(key, value) });
570 assertThrows(
572 assertThrows(
574 assertThrows(
576 assertThrows(