Just a Kernel Newbie.
var d = { pre: 'file', exit: function() { return false; } } for (i in d) { document.writeln("attr:" + i + d[i]); }