#include <engine_v8.h>

Classes | |
| class | V8UnlockForClient |
Public Member Functions | |
| virtual Scope * | createScope () |
| virtual void | interrupt (unsigned opSpec) |
| virtual void | interruptAll () |
| virtual auto_ptr< Unlocker > | newThreadUnlocker () |
| virtual void | runTest () |
| bool | utf8Ok () const |
| V8ScriptEngine () | |
| virtual | ~V8ScriptEngine () |
Friends | |
| class | V8Scope |
Definition at line 96 of file engine_v8.h.
| mongo::V8ScriptEngine::V8ScriptEngine | ( | ) |
| virtual mongo::V8ScriptEngine::~V8ScriptEngine | ( | ) | [virtual] |
| virtual Scope* mongo::V8ScriptEngine::createScope | ( | ) | [inline, virtual] |
Implements mongo::ScriptEngine.
Definition at line 101 of file engine_v8.h.
| virtual void mongo::V8ScriptEngine::interrupt | ( | unsigned | opSpec | ) | [virtual] |
Reimplemented from mongo::ScriptEngine.
| virtual void mongo::V8ScriptEngine::interruptAll | ( | ) | [virtual] |
Reimplemented from mongo::ScriptEngine.
| virtual auto_ptr<Unlocker> mongo::V8ScriptEngine::newThreadUnlocker | ( | ) | [inline, virtual] |
Reimplemented from mongo::ScriptEngine.
Definition at line 111 of file engine_v8.h.
| virtual void mongo::V8ScriptEngine::runTest | ( | ) | [inline, virtual] |
Implements mongo::ScriptEngine.
Definition at line 103 of file engine_v8.h.
| bool mongo::V8ScriptEngine::utf8Ok | ( | ) | const [inline, virtual] |
Implements mongo::ScriptEngine.
Definition at line 105 of file engine_v8.h.
friend class V8Scope [friend] |
Definition at line 117 of file engine_v8.h.