Home | History | Annotate | Download | only in js-unittest

Lines Matching refs:null

22   // will return |null|, whereas those that have called through to the C++
24 expectEquals(null, dnsResolve());
25 expectEquals(null, dnsResolve(null));
26 expectEquals(null, dnsResolve(undefined));
28 expectEquals(null, dnsResolve({foo: 'bar'}));
29 expectEquals(null, dnsResolve(fn));
30 expectEquals(null, dnsResolve(['3']));
35 alert(null);
48 myIpAddress(null);
49 myIpAddress(null, null);