toString methods for major datatypes
commit93b24bbd8981fbf8e280710977a2367f692865bb
authorJohn Foerch <jjfoerch@earthlink.net>
Wed, 1 Feb 2012 04:41:56 +0000 (31 23:41 -0500)
committerJohn Foerch <jjfoerch@earthlink.net>
Wed, 1 Feb 2012 04:41:56 +0000 (31 23:41 -0500)
tree82aceac4e9798926211674328ad02290600cc3cb
parentff7726ebf752092d56f98688d2091b7fd4b07862
toString methods for major datatypes

I have found these to be an aid to debugging.  The exact string format
output by these methods is a nice-looking convention borrowed from lisp.
Shorter than the js convention [object foo], and one can tell at a glance
that an object is a Conkeror object, rather than something that came from
Mozilla.  More to follow.
modules/buffer.js
modules/content-buffer.js
modules/download-manager.js
modules/help.js
modules/minibuffer.js
modules/special-buffer.js