add a builtin function to nodejs

I would like to add a couple of functions that we use extensively to nodejs in such a way that they are always available, in the same way as the builtin functions, like Date, Array, Object etcetera. So without having to do a 'require'. Is this possible?

gr,

Coen.

You could hack at the v8 source code that node.js is based on.