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 * [Debugger module](#debugger-module)
13 * [DNS module](#dns-module)
14 * [Duplex pair helper](#duplex-pair-helper)
15 * [Environment variables](#environment-variables)
16 * [Fixtures module](#fixtures-module)
17 * [Heap dump checker module](#heap-dump-checker-module)
18 * [hijackstdio module](#hijackstdio-module)
19 * [HTTP2 module](#http2-module)
20 * [Internet module](#internet-module)
21 * [ongc module](#ongc-module)
22 * [Report module](#report-module)
23 * [tick module](#tick-module)
24 * [tmpdir module](#tmpdir-module)
25 * [WPT module](#wpt-module)
35 `n=1`) to be applied via `--set`.
57 ([SeCreateSymbolicLinkPrivilege](https://msdn.microsoft.com/en-us/library/windows/desktop/bb530716(…
58 On non-Windows platforms, this always returns `true`.
76 Indicates if there is more than 1 CPU or that the single CPU has a speed of at
141 SingleString: 'Single string entries without code will also work'
169 Attempts to get a valid TTY file descriptor. Returns `-1` if it fails.
184 and that FIPS as been enabled using `--enable-fips`.
200 Indicates whether `IPv6` is supported on this platform.
283 Array of IPV6 representations for `localhost`.
432 <!-- eslint-disable no-undef, node-core/require-common-first, node-core/required-modules -->
448 <!-- eslint-disable strict, node-core/require-common-first, node-core/required-modules -->
479 The `cpu-prof` module provides utilities related to CPU profiling tests.
527 Returns a null-prototype object with properties that are functions and getters
546 The `DNS` module provides utilities related to the `dns` built-in module.
588 Reads an IPv6 String and returns a Buffer containing the parts.
607 The `common/duplexpair` module exports a single function `makeDuplexPair`,
633 A comma-separated list of variables names that are appended to the global
671 This requires the usage of `--expose-internals`.
691 <!-- eslint-disable no-undef, node-core/require-common-first, node-core/required-modules -->
709 <!-- eslint-disable no-undef, node-core/require-common-first, node-core/required-modules -->
723 * `listener` [<Function>][]: a listener with a single parameter
733 * `listener` [<Function>][]: a listener with a single parameter
756 <!-- eslint-disable no-unused-vars, node-core/require-common-first, node-core/required-modules -->
766 <!-- eslint-disable no-undef, node-core/require-common-first, node-core/required-modules -->
768 // length is a 24-bit unsigned integer
769 // type is an 8-bit unsigned integer identifying the frame type
770 // flags is an 8-bit unsigned integer containing the flag bits
771 // id is the 32-bit stream identifier, if any.
785 <!-- eslint-disable no-undef, node-core/require-common-first, node-core/required-modules -->
787 // id is the 32-bit stream identifier
789 // padlen is an 8-bit integer giving the number of padding bytes to include
790 // final is a boolean indicating whether the End-of-stream flag should be set,
802 <!-- eslint-disable no-undef, node-core/require-common-first, node-core/required-modules -->
804 // id is the 32-bit stream identifier
807 // padlen is an 8-bit integer giving the number of padding bytes to include
808 // final is a boolean indicating whether the End-of-stream flag should be set,
820 <!-- eslint-disable no-undef, node-core/require-common-first, node-core/required-modules -->
833 <!-- eslint-disable no-undef, node-core/require-common-first, node-core/required-modules -->
845 <!-- eslint-disable no-undef, node-core/require-common-first, node-core/required-modules -->
857 <!-- eslint-disable no-undef, node-core/require-common-first, node-core/required-modules -->
865 internet-related tests.
871 DNS records, supports both IPv4 and IPv6, and provides basic HTTP/HTTPS
874 * `INET6_HOST` [<string>][] A host that provides IPv6 services
877 * `INET6_IP` [<string>][] An accessible IPv6 IP, defaults to the
878 Google Public DNS IPv6 address
881 * `SRV_HOST` [<string>][] A host with SRV records registered
889 * `DNS6_SERVER` [<string>][] An accessible IPv6 DNS server
891 A set of addresses for internet-related tests. All properties are configurable
899 module exports a single `onGC()` function.
908 ### `onGC(target, listener)`
910 * `target` [<Object>][]
914 Installs a GC listener for the collection of `target`.
921 `listener` is an object to make it easier to use a closure; the target object
1010 code - the current usage of this port in tests is being migrated to
1019 [<Array>]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array
1020 [<ArrayBufferView>]: https://developer.mozilla.org/en-US/docs/Web/API/ArrayBufferView
1022 [<BufferSource>]: https://developer.mozilla.org/en-US/docs/Web/API/BufferSource
1023 [<Error>]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error
1024 [<Function>]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/F…
1025 [<Object>]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Obj…
1026 [<RegExp>]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reg…
1027 [<bigint>]: https://github.com/tc39/proposal-bigint
1028 [<boolean>]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type
1029 [<number>]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type
1030 [<string>]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type
1031 [Web Platform Tests]: https://github.com/web-platform-tests/wpt