* Iterator convenience for JavaScript Objects. * * Note that if func returns false, the iteration will be immediately terminated. * (Returning undefined, or not specifying a return type, does not terminate the iteration). * * @example var pastels = { red: "#fcc", green: "#cfc", blue: "#cc
(obj, func)
source not stored for this graph (policy: none)
no test coverage detected