Lines Matching refs:inspect
189 internalUtilInspect ??= require('internal/util/inspect');
226 return utilInspect.inspect(obj, options);
228 return utilInspect.inspect(obj, { ...options, customInspect: false });
355 [SymbolFor('nodejs.util.inspect.custom')](recurseTimes, ctx) {
356 return lazyInternalUtilInspect().inspect(this, {
799 inspect,
806 return inspect(error, {
809 depth: MathMax(inspect.defaultOptions.depth, 5),
886 return `${lazyInternalUtilInspect().inspect(value, { depth: -1 })}`;
889 .inspect(value, { colors: false });
1290 let inspected = lazyInternalUtilInspect().inspect(value);
1504 received = lazyInternalUtilInspect().inspect(input);