Searched refs:MatchAnythingBut (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/third_party/mock4js/
H A Dmock4js.js42 object.NOT_NULL = new MatchAnythingBut(new MatchExactly(null));
43 object.NOT_UNDEFINED = new MatchAnythingBut(new MatchExactly(undefined));
49 return new MatchAnythingBut(argConstraint);
234 function MatchAnythingBut(matcherToNotMatch) { class
238 MatchAnythingBut.prototype = {

Completed in 30 milliseconds