v8pp

Context

File v8pp/context.hpp contains v8pp::context class that simplifies V8 embedding and maintains custom plugins registry. The v8pp::context usage is optional.

Constructor of v8pp::context has following optional arguments:

Context class also supports binding of C++ classes and functions into the global object similar to v8pp::module