it looks like FF2 fixed the with-statement handling in JavaScript
The issue described earlier does not occur anymore.
So, I am thinking of adding support for the following in jsolait:
e.g of a module source file
mod.foobar=function(...){
}
mod.test=function(...){
}