Lines Matching refs:false
79 // Checks that the found value is false.
188 return false;
192 return false;
205 if (typeof a != typeof b) return false;
207 if (typeof a !== "object" && typeof a !== "function") return false;
210 if (objectClass !== classOf(b)) return false;
216 if (objectClass === "Function") return false;
220 return false;
223 if (!deepEquals(a[i], b[i])) return false;
229 if (a.valueOf() !== b.valueOf()) return false;
308 assertEquals(false, value, name_opt);
334 threwException = false;