staticvoidDispose();/* Deinitialize the V8 engine */
staticvoidDispose();/* Deinitialize the V8 engine */
staticvoidInclude(constv8::FunctionCallbackInfo<v8::Value>&args);/* Adds functionality to include another JavaScript from the running script */
staticvoidInclude(constv8::FunctionCallbackInfo<v8::Value>&args);/* Adds functionality to include another JavaScript from the running script */
staticvoidVersion(constv8::FunctionCallbackInfo<v8::Value>&args);/* Internal Version function accessable from JS - used to get the current V( version */
staticconststd::stringGetExceptionInfo(v8::Isolate*isolate,v8::TryCatch*try_catch);/* Get the exception information from a V8 TryCatch instance */
staticconststd::stringGetExceptionInfo(v8::Isolate*isolate,v8::TryCatch*try_catch);/* Get the exception information from a V8 TryCatch instance */
conststd::vector<constjs_class_definition_t*>&GetExtenderClasses()const;/* Returns the list of class definitions */
conststd::vector<constjs_class_definition_t*>&GetExtenderClasses()const;/* Returns the list of class definitions */