Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-whatwg-url-custom-searchparams-inspect.js16 assert.strictEqual(util.inspect(sp.keys(), { breakLength: 1 }), property
Dtest-util-inspect.js564 util.inspect(a, { breakLength: Infinity }), property
688 util.inspect(err, { compact: true, breakLength: 5 }), property
692 util.inspect(err, { compact: true, breakLength: 1 }), property
696 util.inspect(err2, { compact: true, breakLength: 5 }), property
1447 const oneLine = util.inspect(obj, { breakLength: Infinity }); property
1451 const twoLines = util.inspect(obj, { breakLength: breakpoint }); property
1455 util.inspect(obj, { breakLength: breakpoint + 1 }), property
1597 let out = util.inspect(o, { compact: true, depth: 5, breakLength: 80 }); property
1611 out = util.inspect(o, { compact: false, depth: 5, breakLength: 60 }); property
1636 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.js319 breakLength: 5, colors: true property
Dtest-repl-history-navigation.js606 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/repl/
Dutils.js338 breakLength: Infinity property
/third_party/node/lib/internal/util/
Dinspect.js148 breakLength: 80, property
222 breakLength: ctx.breakLength, property
280 breakLength: inspectDefaultOptions.breakLength, property
/third_party/node/lib/internal/console/
Dconstructor.js501 breakLength: Infinity, property
/third_party/node/lib/
Dbuffer.js872 breakLength: Infinity, property