var _____WB$wombat$assign$function_____ = function(name) {return (self._wb_wombat && self._wb_wombat.local_init && self._wb_wombat.local_init(name)) || self[name]; }; if (!self.__WB_pmw) { self.__WB_pmw = function(obj) { this.__WB_source = obj; return this; } } { let window = _____WB$wombat$assign$function_____("window"); let self = _____WB$wombat$assign$function_____("self"); let document = _____WB$wombat$assign$function_____("document"); let location = _____WB$wombat$assign$function_____("location"); let top = _____WB$wombat$assign$function_____("top"); let parent = _____WB$wombat$assign$function_____("parent"); let frames = _____WB$wombat$assign$function_____("frames"); let opener = _____WB$wombat$assign$function_____("opener"); /** * Iterates over own enumerable string keyed properties of an object and * invokes `iteratee` for each property. The iteratee is invoked with three * arguments: (value, key, object). Iteratee functions may exit iteration * early by explicitly returning `false`. * * @since 0.3.0 * @category Object * @param {Object} object The object to iterate over. * @param {Function} iteratee The function invoked per iteration. * @see forEach, forEachRight, forIn, forInRight, forOwnRight * @example * * function Foo() { * this.a = 1 * this.b = 2 * } * * Foo.prototype.c = 3 * * forOwn(new Foo, function(value, key) { * console.log(key) * }) * // => Logs 'a' then 'b' (iteration order is not guaranteed). */ function forOwn(object, iteratee) { object = Object(object) Object.keys(object).forEach((key) => iteratee(object[key], key, object)) } export default forOwn } /* FILE ARCHIVED ON 00:07:00 Nov 13, 2017 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 02:58:03 May 23, 2025. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ /* playback timings (ms): captures_list: 0.5 exclusion.robots: 0.034 exclusion.robots.policy: 0.023 esindex: 0.008 cdx.remote: 11.87 LoadShardBlock: 344.181 (3) PetaboxLoader3.datanode: 399.099 (5) load_resource: 464.194 (2) PetaboxLoader3.resolve: 364.492 (2) */