Details
-
Bug
-
Resolution: Done
-
Major - P3
-
2.3.2
-
None
-
osx 10.7.5
-
ALL
-
Description
var a = Object.create(null);
|
a
|
throws exception:
Fri Dec 28 16:08:39.103 exec error: src/mongo/shell/utils.js:1051 TypeError: Object object has no method 'toString'
|
if ( x.toString() == "[object MaxKey]" )
|