> Can any of the gurus post pointers to the source code where perhaps we > could find out which functions are available for use from JavaScript?
The JavaScript view server uses SpiderMonkey. So which functions are available depends on which version of SpiderMonkey you are using. There are only little functions add on top of this like log(), emit(), start(), send() and getRow().
