Home | History | Annotate | Download | only in harmony

Lines Matching refs:Sentinel

79       function Sentinel() {}
80 assertThrows(function () { iter.throw(new Sentinel); }, Sentinel);
390 function Sentinel() {}
402 assertThrows(function() { iter.throw(new Sentinel); }, Sentinel);
409 assertThrows(function() { iter.throw(new Sentinel); }, Sentinel);
417 var exn = new Sentinel;
428 var exn = new Sentinel;
431 assertThrows(function() { iter.throw(new Sentinel); }, Sentinel);
440 var exn = new Sentinel;
442 assertThrows(function() { iter.throw(new Sentinel); }, Sentinel);
461 function Sentinel() {}
475 assertThrows(function() { iter.throw(new Sentinel); }, Sentinel);
482 assertThrows(function() { iter.throw(new Sentinel); }, Sentinel);
490 assertIteratorResult(3, false, iter.throw(new Sentinel));
491 assertThrows(function() { iter.next(); }, Sentinel);
500 assertIteratorResult(3, false, iter.throw(new Sentinel));
510 assertThrows(function() { iter.throw(new Sentinel); }, Sentinel);
520 assertThrows(function() { iter.throw(new Sentinel); }, Sentinel);
550 function Sentinel() {}
565 assertThrows(function() { iter.throw(new Sentinel); }, Sentinel);
572 assertIteratorResult(4, false, iter.throw(new Sentinel));
573 assertThrows(function() { iter.next(); }, Sentinel);
580 assertIteratorResult(4, false, iter.throw(new Sentinel));
589 var exn = new Sentinel;
603 var exn = new Sentinel;
614 var exn = new Sentinel;