port fork() to spidermonkey
This commit is contained in:
@@ -771,6 +771,9 @@ namespace mongo {
|
||||
|
||||
}
|
||||
|
||||
JSContext *context() const { return _context; }
|
||||
JSObject *global() const { return _global; }
|
||||
|
||||
private:
|
||||
JSContext * _context;
|
||||
Convertor * _convertor;
|
||||
|
||||
Reference in New Issue
Block a user