Lines Matching refs:Sentinel
89 function Sentinel() {}
90 assertThrows(function () { iter.throw(new Sentinel); }, Sentinel);
448 function Sentinel() {}
459 assertThrows(function() { iter.throw(new Sentinel); }, Sentinel);
466 assertThrows(function() { iter.throw(new Sentinel); }, Sentinel);
474 var exn = new Sentinel;
484 var exn = new Sentinel;
487 assertThrows(function() { iter.throw(new Sentinel); }, Sentinel);
495 var exn = new Sentinel;
497 assertThrows(function() { iter.throw(new Sentinel); }, Sentinel);
515 function Sentinel() {}
528 assertThrows(function() { iter.throw(new Sentinel); }, Sentinel);
535 assertThrows(function() { iter.throw(new Sentinel); }, Sentinel);
543 assertIteratorResult(3, false, iter.throw(new Sentinel));
544 assertThrows(function() { iter.next(); }, Sentinel);
552 assertIteratorResult(3, false, iter.throw(new Sentinel));
562 assertThrows(function() { iter.throw(new Sentinel); }, Sentinel);
572 assertThrows(function() { iter.throw(new Sentinel); }, Sentinel);
600 function Sentinel() {}
614 assertThrows(function() { iter.throw(new Sentinel); }, Sentinel);
621 assertIteratorResult(4, false, iter.throw(new Sentinel));
622 assertThrows(function() { iter.next(); }, Sentinel);
629 assertIteratorResult(4, false, iter.throw(new Sentinel));
638 var exn = new Sentinel;
650 var exn = new Sentinel;
661 var exn = new Sentinel;