Home
last modified time | relevance | path

Searched defs:breakLength (Results 1 – 14 of 14) sorted by relevance

/third_party/node/test/parallel/
Dtest-whatwg-url-custom-searchparams-inspect.js14 util.inspect(sp, { breakLength: 1 }), property
21 assert.strictEqual(util.inspect(sp.keys(), { breakLength: 1 }), property
Dtest-util-inspect.js567 util.inspect(a, { breakLength: Infinity }), property
707 util.inspect(err, { compact: true, breakLength: 5 }), property
711 util.inspect(err, { compact: true, breakLength: 1 }), property
715 util.inspect(err2, { compact: true, breakLength: 5 }), property
1514 const oneLine = util.inspect(obj, { breakLength: Infinity }); property
1518 const twoLines = util.inspect(obj, { breakLength: breakpoint }); property
1522 util.inspect(obj, { breakLength: breakpoint + 1 }), property
1664 let out = util.inspect(o, { compact: true, depth: 5, breakLength: 80 }); property
1678 out = util.inspect(o, { compact: false, depth: 5, breakLength: 60 }); property
1703 out = util.inspect(o.a[2][0][0], { compact: false, breakLength: 30 }); property
[all …]
Dtest-repl-autocomplete.js170 breakLength: 5, colors: true property
Dtest-repl-reverse-search.js316 breakLength: 5, colors: true property
Dtest-repl-history-navigation.js684 breakLength: 5, colors: true property
Dtest-assert-deep.js26 breakLength: Infinity, property
/third_party/node/test/message/
Dutil_inspect_error.js12 console.log(util.inspect(err, { compact: true, breakLength: 5 })); property
/third_party/node/lib/internal/test_runner/reporter/
Dtap.js21 const inspectOptions = { __proto__: null, colors: false, breakLength: Infinity }; property
Dspec.js22 const inspectOptions = { __proto__: null, colors: shouldColorize(process.stdout), breakLength: Infi… property
Djunit.js18 const inspectOptions = { __proto__: null, colors: false, breakLength: Infinity }; property
/third_party/node/lib/internal/repl/
Dutils.js341 breakLength: Infinity, property
/third_party/node/lib/internal/util/
Dinspect.js188 breakLength: 80, property
264 breakLength: ctx.breakLength, property
324 breakLength: inspectDefaultOptions.breakLength, property
/third_party/node/lib/internal/console/
Dconstructor.js520 breakLength: Infinity, property
/third_party/node/lib/
Dbuffer.js902 breakLength: Infinity, property