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
30 server.listen(0, common.mustCall(function() {
31 /* eslint-disable no-unused-expressions */
35 // connect. Accessing properties should not throw in this case.
41 /* eslint-enable no-unused-expressions */