• Home
  • Raw
  • Download

Lines Matching +full:srv +full:- +full:ipv6 +full:- +full:single +full:- +full:target

7 * [ArrayStream module](#arraystream-module)
8 * [Benchmark module](#benchmark-module)
9 * [Common module API](#common-module-api)
10 * [Countdown module](#countdown-module)
11 * [CPU Profiler module](#cpu-profiler-module)
12 * [DNS module](#dns-module)
13 * [Duplex pair helper](#duplex-pair-helper)
14 * [Environment variables](#environment-variables)
15 * [Fixtures module](#fixtures-module)
16 * [Heap dump checker module](#heap-dump-checker-module)
17 * [hijackstdio module](#hijackstdio-module)
18 * [HTTP2 module](#http2-module)
19 * [Internet module](#internet-module)
20 * [ongc module](#ongc-module)
21 * [Report module](#report-module)
22 * [tick module](#tick-module)
23 * [tmpdir module](#tmpdir-module)
24 * [WPT module](#wpt-module)
34 `n=1`) to be applied via `--set`.
56 ([SeCreateSymbolicLinkPrivilege](https://msdn.microsoft.com/en-us/library/windows/desktop/bb530716(…
57 On non-Windows platforms, this always returns `true`.
75 Indicates if there is more than 1 CPU or that the single CPU has a speed of at
139 SingleString: 'Single string entries without code will also work'
167 Attempts to get a valid TTY file descriptor. Returns `-1` if it fails.
182 and that FIPS as been enabled using `--enable-fips`.
198 Indicates whether `IPv6` is supported on this platform.
281 Array of IPV6 representations for `localhost`.
414 <!-- eslint-disable no-undef, node-core/require-common-first, node-core/required-modules -->
430 <!-- eslint-disable strict, node-core/require-common-first, node-core/required-modules -->
461 The `cpu-prof` module provides utilities related to CPU profiling tests.
500 The `DNS` module provides utilities related to the `dns` built-in module.
542 Reads an IPv6 String and returns a Buffer containing the parts.
561 The `common/duplexpair` module exports a single function `makeDuplexPair`,
587 A comma-separated list of variables names that are appended to the global
625 This requires the usage of `--expose-internals`.
645 <!-- eslint-disable no-undef, node-core/require-common-first, node-core/required-modules -->
663 <!-- eslint-disable no-undef, node-core/require-common-first, node-core/required-modules -->
677 * `listener` [&lt;Function>][]: a listener with a single parameter
687 * `listener` [&lt;Function>][]: a listener with a single parameter
710 <!-- eslint-disable no-unused-vars, node-core/require-common-first, node-core/required-modules -->
720 <!-- eslint-disable no-undef, node-core/require-common-first, node-core/required-modules -->
722 // length is a 24-bit unsigned integer
723 // type is an 8-bit unsigned integer identifying the frame type
724 // flags is an 8-bit unsigned integer containing the flag bits
725 // id is the 32-bit stream identifier, if any.
739 <!-- eslint-disable no-undef, node-core/require-common-first, node-core/required-modules -->
741 // id is the 32-bit stream identifier
743 // padlen is an 8-bit integer giving the number of padding bytes to include
744 // final is a boolean indicating whether the End-of-stream flag should be set,
756 <!-- eslint-disable no-undef, node-core/require-common-first, node-core/required-modules -->
758 // id is the 32-bit stream identifier
761 // padlen is an 8-bit integer giving the number of padding bytes to include
762 // final is a boolean indicating whether the End-of-stream flag should be set,
774 <!-- eslint-disable no-undef, node-core/require-common-first, node-core/required-modules -->
787 <!-- eslint-disable no-undef, node-core/require-common-first, node-core/required-modules -->
799 <!-- eslint-disable no-undef, node-core/require-common-first, node-core/required-modules -->
811 <!-- eslint-disable no-undef, node-core/require-common-first, node-core/required-modules -->
819 internet-related tests.
825 DNS records, supports both IPv4 and IPv6, and provides basic HTTP/HTTPS
828 * `INET6_HOST` [&lt;string>][] A host that provides IPv6 services
831 * `INET6_IP` [&lt;string>][] An accessible IPv6 IP, defaults to the
832 Google Public DNS IPv6 address
835 * `SRV_HOST` [&lt;string>][] A host with SRV records registered
843 * `DNS6_SERVER` [&lt;string>][] An accessible IPv6 DNS server
845 A set of addresses for internet-related tests. All properties are configurable
853 module exports a single `onGC()` function.
862 ### `onGC(target, listener)`
864 * `target` [&lt;Object>][]
868 Installs a GC listener for the collection of `target`.
875 `listener` is an object to make it easier to use a closure; the target object
952 code - the current usage of this port in tests is being migrated to
961 [&lt;Array>]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array
962 [&lt;ArrayBufferView>]: https://developer.mozilla.org/en-US/docs/Web/API/ArrayBufferView
964 [&lt;BufferSource>]: https://developer.mozilla.org/en-US/docs/Web/API/BufferSource
965 [&lt;Error>]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error
966 [&lt;Function>]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/F…
967 [&lt;Object>]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Obj…
968 [&lt;RegExp>]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reg…
969 [&lt;bigint>]: https://github.com/tc39/proposal-bigint
970 [&lt;boolean>]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type
971 [&lt;number>]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type
972 [&lt;string>]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type
973 [Web Platform Tests]: https://github.com/web-platform-tests/wpt