• Home
  • Raw
  • Download

Lines Matching defs:breakLength

564     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
1646 { compact: false, breakLength: 3 }); property
1652 { compact: false, breakLength: 3 }); property
1660 out = util.inspect(o, { compact: false, breakLength: 3 }); property
1669 out = util.inspect(o, { compact: false, breakLength: 3, showHidden: true }); property
1682 out = util.inspect(o, { compact: false, breakLength: 3 }); property
1687 out = util.inspect(o, { compact: false, breakLength: 3 }); property
1692 out = util.inspect(o, { compact: false, breakLength: 3 }); property
1800 showHidden: true, depth: 9, breakLength: 4, compact: true property
2447 let out = util.inspect(obj, { compact: 3, depth: 10, breakLength: 60 }); property
2589 out = util.inspect(obj, { compact: 1, breakLength: Infinity, colors: true }); property
2609 out = util.inspect(obj, { compact: 1, breakLength: Infinity, colors: true }); property
2683 { compact: 3, breakLength: 80, maxArrayLength: 250 } property
3083 util.inspect(obj, { breakLength: 256 }), property