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.
24 const common = require('../common'); constant
28 if (process.argv[2] === 'you-are-the-child') {
57 const child = spawn(process.argv[0], [process.argv[1], 'you-are-the-child']);
68 // Delete should return true except for non-configurable properties
78 …om/joyent/node/blob/08782931205bc4f6d28102ebc29fd806e8ccdf1f/deps/v8/src/platform-linux.cc#L339-345
79 …om/joyent/node/blob/08782931205bc4f6d28102ebc29fd806e8ccdf1f/deps/v8/src/platform-win32.cc#L590-596
89 // Environment variables should be case-insensitive on Windows, and
90 // case-sensitive on other platforms.
96 if (common.isWindows) {