, including all inherited members.
__createFunction(const char *code) | mongo::V8Scope | |
_cachedFunctions | mongo::Scope | [protected] |
_connectState | mongo::V8Scope | [private] |
_context | mongo::V8Scope | [private] |
_createFunction(const char *code) | mongo::V8Scope | [virtual] |
_engine | mongo::V8Scope | [private] |
_error | mongo::V8Scope | [private] |
_funcs | mongo::V8Scope | [private] |
_global | mongo::V8Scope | [private] |
_lastVersion | mongo::Scope | [protected, static] |
_loadedVersion | mongo::Scope | [protected] |
_localDBName | mongo::Scope | [protected] |
_numScopes | mongo::Scope | [protected, static] |
_startCall() | mongo::V8Scope | [private] |
_storedNames | mongo::Scope | [protected] |
_this | mongo::V8Scope | [private] |
_wrapper | mongo::V8Scope | [private] |
append(BSONObjBuilder &builder, const char *fieldName, const char *scopeName) | mongo::Scope | |
ConnectState enum name | mongo::V8Scope | [private] |
context() const | mongo::V8Scope | [inline] |
createFunction(const char *code) | mongo::Scope | [virtual] |
disableDBAccess(const char *why) | mongo::Scope | [inline] |
exec(const StringData &code, const string &name, bool printResult, bool reportError, bool assertOnError, int timeoutMs) | mongo::V8Scope | [virtual] |
execCoreFiles() | mongo::Scope | [inline] |
execFile(const string &filename, bool printResult, bool reportError, bool assertOnError, int timeoutMs=0) | mongo::Scope | [virtual] |
execSetup(const StringData &code, const string &name="setup") | mongo::Scope | [inline, virtual] |
execSetup(const JSFile &file) | mongo::Scope | [inline] |
EXTERNAL enum value | mongo::V8Scope | [private] |
externalSetup() | mongo::V8Scope | [virtual] |
gc() | mongo::V8Scope | [virtual] |
get(const char *field) | mongo::V8Scope | |
getBoolean(const char *field) | mongo::V8Scope | [virtual] |
getError() | mongo::V8Scope | [inline, virtual] |
getNumber(const char *field) | mongo::V8Scope | [virtual] |
getNumberInt(const char *field) | mongo::V8Scope | [virtual] |
getNumberLongLong(const char *field) | mongo::V8Scope | [virtual] |
getNumScopes() | mongo::Scope | [inline, static] |
getObject(const char *field) | mongo::V8Scope | [virtual] |
getString(const char *field) | mongo::V8Scope | [virtual] |
init(const BSONObj *data) | mongo::V8Scope | [virtual] |
mongo::Scope::init(const char *data) | mongo::Scope | [inline] |
injectNative(const char *field, NativeFunction func) | mongo::V8Scope | [virtual] |
invoke(ScriptingFunction func, const BSONObj &args, int timeoutMs=0, bool ignoreReturn=false) | mongo::V8Scope | [virtual] |
mongo::Scope::invoke(const char *code, const BSONObj &args, int timeoutMs=0) | mongo::Scope | |
invokeSafe(ScriptingFunction func, const BSONObj &args, int timeoutMs=0) | mongo::Scope | [inline] |
invokeSafe(const char *code, const BSONObj &args, int timeoutMs=0) | mongo::Scope | [inline] |
loadCallback(const Arguments &args) | mongo::V8Scope | [private, static] |
loadStored(bool ignoreNotConnected=false) | mongo::Scope | |
LOCAL enum value | mongo::V8Scope | [private] |
localConnect(const char *dbName) | mongo::V8Scope | [virtual] |
nativeCallback(const Arguments &args) | mongo::V8Scope | [private, static] |
NOT enum value | mongo::V8Scope | [private] |
rename(const char *from, const char *to) | mongo::V8Scope | [virtual] |
reset() | mongo::V8Scope | [virtual] |
Scope() | mongo::Scope | |
setBoolean(const char *field, bool val) | mongo::V8Scope | [virtual] |
setElement(const char *field, const BSONElement &e) | mongo::V8Scope | [virtual] |
setNumber(const char *field, double val) | mongo::V8Scope | [virtual] |
setObject(const char *field, const BSONObj &obj, bool readOnly) | mongo::V8Scope | [virtual] |
setString(const char *field, const char *val) | mongo::V8Scope | [virtual] |
setThis(const BSONObj *obj) | mongo::V8Scope | [virtual] |
storedFuncMod() | mongo::Scope | [static] |
type(const char *field) | mongo::V8Scope | [virtual] |
V8Scope(V8ScriptEngine *engine) | mongo::V8Scope | |
validateObjectIdString(const string &str) | mongo::Scope | [static] |
~Scope() | mongo::Scope | [virtual] |
~V8Scope() | mongo::V8Scope | |