0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-27 23:27:11 +01:00
This commit is contained in:
Eliot Horowitz 2007-10-28 13:34:36 -04:00
parent 5f3d8873d8
commit 42df7e4478

View File

@ -9,7 +9,7 @@
/* BinData = binary data types.
EOO = end of object
*/
enum JSType { EOO = 0, Number=1, String=2, Object=3, Array=4, BinData=5, Undefined=6, jstOID=7, Bool=8, Date=9 };
enum JSType { EOO = 0, Number=1, String=2, Object=3, Array=4, BinData=5, Undefined=6, jstOID=7, Bool=8, Date=9 , jstNULL=10 };
/* subtypes of BinData.
bdtCustom and above are ones that the JS compiler understands, but are