port fork() to spidermonkey

This commit is contained in:
Aaron
2009-05-14 14:40:08 -04:00
parent c232600f16
commit 0edca05e15
3 changed files with 95 additions and 10 deletions

View File

@@ -771,6 +771,9 @@ namespace mongo {
}
JSContext *context() const { return _context; }
JSObject *global() const { return _global; }
private:
JSContext * _context;
Convertor * _convertor;