Home
last modified time | relevance | path

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

/third_party/node/test/async-hooks/
H A Dtest-getaddrinforeqwrap.js16 dns.lookup('www.google.com', 4, common.mustCall(onlookup));
17 function onlookup() { function
28 checkInvocations(a, { init: 1, before: 1 }, 'while in onlookup callback');
/third_party/node/lib/
H A Ddns.js105 function onlookup(err, addresses) { class
219 req.oncomplete = all ? onlookupall : onlookup;
/third_party/node/lib/internal/dns/
H A Dpromises.js80 function onlookup(err, addresses) { class
149 req.oncomplete = all ? onlookupall : onlookup;

Completed in 1 milliseconds