diff options
Diffstat (limited to 'scripting/v8_utils.h')
-rw-r--r-- | scripting/v8_utils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripting/v8_utils.h b/scripting/v8_utils.h index bc4b524..40662d2 100644 --- a/scripting/v8_utils.h +++ b/scripting/v8_utils.h @@ -32,9 +32,9 @@ namespace mongo { v8::Handle<v8::Value> GCV8(const v8::Arguments& args); void ReportException(v8::TryCatch* handler); - + #define jsassert(x,msg) assert(x) - + std::ostream& operator<<( std::ostream &s, const v8::Handle<v8::Value> & o ); std::ostream& operator<<( std::ostream &s, const v8::Handle<v8::TryCatch> * try_catch ); |