mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-27 23:27:11 +01:00
null
This commit is contained in:
parent
5f3d8873d8
commit
42df7e4478
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user