Searched refs:Prototest (Results 1 – 1 of 1) sorted by relevance
931 function Prototest() {} function932 Prototest.prototype.x = 1; class933 var specObj = new Prototest;942 Prototest.x = 5;943 assert.ok(_.isMatch({x: 5, y: 1}, Prototest), 'spec can be a function');976 function Prototest() {} function977 Prototest.prototype.x = 1;978 var specObj = new Prototest;989 Prototest.x = 5;990 assert.ok(_.matcher(Prototest)({x: 5, y: 1}), 'spec can be a function');