Home
last modified time | relevance | path

Searched refs:StopIteration (Results 1 – 1 of 1) sorted by relevance

/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js3809 }}catch(exc){if(exc!=StopIteration){throw exc
4093 this.next=function(){if(++index>=array.length){throw StopIteration
4096 }function StopIteration(){}FBL.$break=function(){throw StopIteration class