* Returns the iterator method function contained on the iterable object. * * Be sure to invoke the function with the iterable as context: * * var iteratorFn = getIteratorFn(myIterable); * if (iteratorFn) { * var iterator = iteratorFn.call(myIterable); * ... *
(maybeIterable)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected