Home
last modified time | relevance | path

Searched refs:isSocketAddress (Results 1 – 3 of 3) sorted by relevance

/third_party/node/lib/internal/
Dblocklist.js61 if (!SocketAddress.isSocketAddress(address)) {
73 if (!SocketAddress.isSocketAddress(start)) {
81 if (!SocketAddress.isSocketAddress(end)) {
97 if (!SocketAddress.isSocketAddress(network)) {
117 if (!SocketAddress.isSocketAddress(address)) {
Dsocketaddress.js43 static isSocketAddress(value) { method in SocketAddress
/third_party/node/test/parallel/
Dtest-socketaddress.js25 ok(SocketAddress.isSocketAddress(data));