#include <v8.h>#include <cstring>#include <cstdio>#include <cstdlib>#include <assert.h>#include <iostream>
Go to the source code of this file.
Namespaces | |
| namespace | mongo |
Defines | |
| #define | jsassert(x, msg) assert(x) |
Functions | |
| v8::Handle< v8::Value > | mongo::GCV8 (const v8::Arguments &args) |
| void | mongo::installFork (v8::Handle< v8::Object > &global, v8::Handle< v8::Context > &context) |
| std::ostream & | mongo::operator<< (std::ostream &s, const v8::Handle< v8::TryCatch > *try_catch) |
| std::ostream & | mongo::operator<< (std::ostream &s, const v8::Handle< v8::Value > &o) |
| v8::Handle< v8::Value > | mongo::Print (const v8::Arguments &args) |
| void | mongo::ReportException (v8::TryCatch *handler) |
| std::string | mongo::toSTLString (const v8::TryCatch *try_catch) |
| std::string | mongo::toSTLString (const v8::Handle< v8::Value > &o) |
| v8::Handle< v8::Value > | mongo::Version (const v8::Arguments &args) |
| #define jsassert | ( | x, | |||
| msg | ) | assert(x) |
Definition at line 36 of file v8_utils.h.