summaryrefslogtreecommitdiff
path: root/jstests/constructors.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-9583 Factor out dealing with prepending the new keyword in constructor...Shaun Verch2013-07-091-78/+19
* SERVER-9583 Disallow no argument case in BinData and check subtype in HexDataShaun Verch2013-07-091-9/+152
* SERVER-9878 Add type checks to V8 C++ bindingsMathias Stearn2013-06-171-7/+5
* SERVER-8963 Skip some constructor validity tests that fail on SpidermonkeyShaun Verch2013-03-291-10/+16
* SERVER-8961 Comment out constructors that fail on SpidermonkeyShaun Verch2013-03-291-5/+5
* SERVER-8952 Add argument type checking to Timestamp constructor in Javascript...Shaun Verch2013-03-121-3/+16
* SERVER-8952 Better error messages in constructor validity jstestShaun Verch2013-03-121-10/+35
* SERVER-8820 Added jstest for argument checking for 10gen javascript typesShaun Verch2013-03-111-0/+188