Is it possiable to load code not only from file but 1. from strings, like pool.loadString('function () {}'); 2. from defined functions, like pool.loadFunction(function () {}) (by function.toString() method maybe) Thanks for your work!