AddEngine adds JavaScript engine to common registry
Because some of the JS engines, like the V8 engine,
are optionally built with compile tags, this tracks
which drivers are actually avalible
NewJSEngine creates a new JavaScript engine
using the 'best' driver (v8 in avalible). Its compiles
`code` and allows for multiple dependency imports (like underscore)