Home
last modified time | relevance | path

Searched defs:inspectOptions (Results 1 – 6 of 6) sorted by relevance

/third_party/node/test/parallel/
Dtest-console-tty-colors.js8 function check(isTTY, colorMode, expectedColorMode, inspectOptions) { argument
36 inspectOptions field
83 inspectOptions: { property
Dtest-console-instance.js139 inspectOptions field
/third_party/node/deps/undici/src/lib/mock/
Dpending-interceptors-formatter.js19 inspectOptions: { property
/third_party/node/lib/internal/test_runner/reporter/
Dtap.js21 const inspectOptions = { colors: false, breakLength: Infinity }; variable
Dspec.js21 const inspectOptions = { __proto__: null, colors: shouldColorize(process.stdout), breakLength: Infi… variable
/third_party/node/lib/internal/util/
Dinspect.js2139 function formatWithOptions(inspectOptions, ...args) { argument
2160 function formatWithOptionsInternal(inspectOptions, args) { argument