FACT++  1.0
virtual InterpreterV8::~InterpreterV8 ( )
inlinevirtual

Definition at line 182 of file InterpreterV8.h.

References JsGetCommandList(), and JsLoad().

183  {
184  This = 0;
185 
186 #ifdef HAVE_V8
187  //v8::Locker locker;
188  v8::V8::Dispose();
189 #endif
190  }
static InterpreterV8 * This
Definition: InterpreterV8.h:27

+ Here is the call graph for this function: