summaryrefslogtreecommitdiff
path: root/jstests/evale.js
blob: af5a303f167360cce94bcebdf69c6f38a436205c (plain)
1
2
3
4
5
t = db.jstests_evale;
t.drop();

db.eval( function() { return db.jstests_evale.count( { $where:function() { return true; } } ) } );
db.eval( "db.jstests_evale.count( { $where:function() { return true; } } )" );