Lines Matching refs:inspect
32 const { inspect } = require('util');
104 // If the binary is build without `intl` the inspect option is
106 (process.features.inspector || !flag.startsWith('--inspect'))) {
109 inspect(flags),
162 inspect(initHandles[k]);
172 destroyListList[id] = inspect(new Error());
186 stack: inspect(new Error()).substr(6),
197 destroydIdsList[id] = inspect(new Error());
443 stack: inspect(new Error()),
531 `\ncalled with arguments: ${args.map((arg) => inspect(arg)).join(', ')}` : '';
556 assert.fail(`Expected no side effects, got ${inspect(property)} ` +
560 assert.fail(`Expected no side effects, got ${inspect(property)} ` +
568 inspect(target));
571 assert.fail(`Expected no side effects, got ${inspect(value)} ` +
572 `assigned to ${inspect(property)}`);
679 inspect(warning),
698 // Do not use `assert.strictEqual()` to prevent `inspect` from
700 assert.fail(`Expected one argument, got ${inspect(args)}`);
805 return ` Received ${inspect(input, { depth: -1 })}`;
808 let inspected = inspect(input, { colors: false });