NumberLong in spider monkey

This commit is contained in:
Eliot Horowitz
2009-08-04 12:07:09 -04:00
parent 733ba1e11d
commit d0ed87f6a8

View File

@@ -367,6 +367,7 @@ namespace mongo {
return JSVAL_NULL;
case NumberDouble:
case NumberInt:
case NumberLong:
return toval( e.number() );
case Symbol: // TODO: should we make a special class for this
case String: