Lines Matching refs:Sentinel
92 function Sentinel() {} class
93 assertThrows(function () { iter.throw(new Sentinel); }, Sentinel);
451 function Sentinel() {} class in TestTryCatch
462 assertThrows(function() { iter.throw(new Sentinel); }, Sentinel);
469 assertThrows(function() { iter.throw(new Sentinel); }, Sentinel);
477 var exn = new Sentinel;
487 var exn = new Sentinel;
490 assertThrows(function() { iter.throw(new Sentinel); }, Sentinel);
498 var exn = new Sentinel;
500 assertThrows(function() { iter.throw(new Sentinel); }, Sentinel);
518 function Sentinel() {} class in TestTryFinally
531 assertThrows(function() { iter.throw(new Sentinel); }, Sentinel);
538 assertThrows(function() { iter.throw(new Sentinel); }, Sentinel);
546 assertIteratorResult(3, false, iter.throw(new Sentinel));
547 assertThrows(function() { iter.next(); }, Sentinel);
555 assertIteratorResult(3, false, iter.throw(new Sentinel));
565 assertThrows(function() { iter.throw(new Sentinel); }, Sentinel);
575 assertThrows(function() { iter.throw(new Sentinel); }, Sentinel);
603 function Sentinel() {} class in TestNestedTry
617 assertThrows(function() { iter.throw(new Sentinel); }, Sentinel);
624 assertIteratorResult(4, false, iter.throw(new Sentinel));
625 assertThrows(function() { iter.next(); }, Sentinel);
632 assertIteratorResult(4, false, iter.throw(new Sentinel));
641 var exn = new Sentinel;
653 var exn = new Sentinel;
664 var exn = new Sentinel;