iterateRefs
Code location
iterateRefs(
refs
,cb
):boolean
If callback returns true, the iteration process will be interrupted.
Parameters
• refs: Reference
[]
• cb
Returns
boolean
true if callback ever returns true, false otherwise.