• Home
  • Raw
  • Download

Lines Matching refs:showHidden

132 assert(inspect(new Uint8Array(0), { showHidden: true }).includes('[buffer]'));  property
145 { showHidden: true } property
167 const showHidden = true; constant
171 util.inspect(ab, showHidden),
174 assert.strictEqual(util.inspect(new DataView(ab, 1, 2), showHidden),
181 util.inspect(ab, showHidden),
184 assert.strictEqual(util.inspect(dv, showHidden),
192 assert.strictEqual(util.inspect(ab, showHidden),
195 assert.strictEqual(util.inspect(dv, showHidden),
216 assert.strictEqual(util.inspect(ab, { showHidden: true, maxArrayLength: 2 }), property
219 assert.strictEqual(util.inspect(ab, { showHidden: true, maxArrayLength: 1 }), property
226 const showHidden = false; constant
230 util.inspect(ab, showHidden),
233 assert.strictEqual(util.inspect(new DataView(ab, 1, 2), showHidden),
240 util.inspect(ab, showHidden),
243 assert.strictEqual(util.inspect(dv, showHidden),
251 assert.strictEqual(util.inspect(ab, showHidden),
254 assert.strictEqual(util.inspect(dv, showHidden),
278 util.inspect(array, { showHidden: true }), property
337 }), { showHidden: true }), property
345 }), { showHidden: true }), property
422 util.inspect(arr, { showHidden: true }), property
441 assert.strictEqual(util.inspect([], { showHidden: true }), '[ [length]: 0 ]'); property
444 assert.strictEqual(util.inspect(arr2, { showHidden: true }), property
448 assert.strictEqual(util.inspect(arr2, { showHidden: true }), property
452 assert.strictEqual(util.inspect(arr2, { showHidden: true }), property
457 assert.strictEqual(util.inspect(arr2, { showHidden: true }), property
463 assert.strictEqual(util.inspect(arr2, { showHidden: true }), property
874 util.inspect(subject, { showHidden: false }).includes('hidden'), property
878 util.inspect(subject, { showHidden: true }).includes('hidden'), property
942 assert.strictEqual(opts.showHidden, false);
947 opts.showHidden = true;
1081 const options = { showHidden: true }; property
1116 util.inspect(set, { showHidden: true }), property
1539 util.inspect(obj, { showHidden: true }), property
1669 out = util.inspect(o, { compact: false, breakLength: 3, showHidden: true }); property
1706 let out = util.inspect(map, { compact: false, showHidden: true, depth: 9 }); property
1760 out = util.inspect(map, { compact: 2, showHidden: true, depth: 9 }); property
1800 showHidden: true, depth: 9, breakLength: 4, compact: true property
1845 let out = util.inspect(weakMap, { showHidden: true }); property
1853 out = util.inspect(weakMap, { maxArrayLength: 0, showHidden: true }); property
1858 out = util.inspect(weakMap, { maxArrayLength: 1, showHidden: true }); property
1869 out = util.inspect(weakSet, { showHidden: true }); property
1877 out = util.inspect(weakSet, { maxArrayLength: -2, showHidden: true }); property
1882 out = util.inspect(weakSet, { maxArrayLength: 1, showHidden: true }); property
2206 util.inspect(obj, { showHidden: true }), property
2826 inspect(bar, { showHidden: true, getters: true, colors: false }), property
2836 inspect(bar, { showHidden: true, getters: false, colors: true }), property
2848 inspect(obj, { showHidden: true, colors: true }), property
2854 inspect(Object.getPrototypeOf(bar), { showHidden: true, getters: true }), property
3065 util.inspect(generator, { showHidden: true }), property