The first line can be expected and depends on your network configuration.
But the next error should not appear.
In the current version, the issue does not occurs:
LoadModule('jsstd');
Print( IsBoolean( new Boolean(123) ), '\n' );
returns true, as it should.
Franck.