/**
 * A map-like object that maps arbitrary `string` properties to `number`s.
 *
 * @type {Object.}
 */
var stringToNumber;

/** @type {Object.} */
var arrayLike;