Searched defs:inspectOptions (Results 1 – 6 of 6) sorted by relevance
8 function check(isTTY, colorMode, expectedColorMode, inspectOptions) { argument36 inspectOptions field83 inspectOptions: { property
139 inspectOptions field
19 inspectOptions: { property
21 const inspectOptions = { colors: false, breakLength: Infinity }; variable
21 const inspectOptions = { __proto__: null, colors: shouldColorize(process.stdout), breakLength: Infi… variable
2139 function formatWithOptions(inspectOptions, ...args) { argument2160 function formatWithOptionsInternal(inspectOptions, args) { argument