Lines Matching +full:software +full:- +full:properties +full:- +full:common
4 // copy of this software and associated documentation files (the
5 // "Software"), to deal in the Software without restriction, including
7 // distribute, sublicense, and/or sell copies of the Software, and to permit
8 // persons to whom the Software is furnished to do so, subject to the
12 // in all copies or substantial portions of the Software.
14 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
19 // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
20 // USE OR OTHER DEALINGS IN THE SOFTWARE.
23 const common = require('../common'); constant
27 const server = net.createServer(common.mustCall((s) => {
32 server.listen(0, common.mustCall(() => {
34 c.on('close', common.mustCall(() => {
35 /* eslint-disable no-unused-expressions */
38 // Calling functions / accessing properties of a closed socket should not
49 /* eslint-enable no-unused-expressions */