Lines Matching refs:inspect
82 // An Object with a custom inspect function.
83 const custom_inspect = { foo: 'bar', [util.inspect.custom]: () => 'inspect' };
219 'foo', 'foo bar', 'foo bar hop', "{ slashes: '\\\\\\\\' }", 'inspect',
237 "{\n foo: 'bar',\n [Symbol(nodejs.util.inspect.custom)]:" +
238 ' [Function: [nodejs.util.inspect.custom]]\n}\n');
240 "{\n foo: 'bar',\n [Symbol(nodejs.util.inspect.custom)]:" +
241 ' [Function: [nodejs.util.inspect.custom]]\n}\n');
244 assert.strictEqual(strings.shift(), 'inspect inspect\n');