On Nov 23, 2011, at 10:29 AM, Dean Landolt wrote: > Object.prototype.count => total keys Once upon a time, SpiderMonkey supported __count__ (acted like a readonly accessor on Object.prototype but masqueraded as own in objects delegating to O.p), whose value was the number of enumerable properties. /be