js_eval() : Working execution of JavaScript code with the v8 engine. Simple implementation, script is re-compiled each call, parameters ignored, etc...
Also adds libv8.so to the pandora/autotools/configure magic.
Note: I only compiled with CXXFLAGS=-O0 so far, but should work with the default -O2 too.