Home
last modified time | relevance | path

Searched refs:showHidden (Results 1 – 25 of 25) sorted by relevance

/third_party/node/test/parallel/
Dtest-util-inspect.js132 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
[all …]
Dtest-whatwg-encoding-custom-textdecoder.js110 util.inspect(dec, { showHidden: true }), property
121 util.inspect(dec, { showHidden: true }), property
141 util.inspect(dec, { showHidden: false }), property
Dtest-util-inspect-getters-accessing-this.js24 showHidden: true property
Dtest-whatwg-url-custom-inspect.js34 util.inspect(url, { showHidden: true }), property
Dtest-console.js133 console.dir(custom_inspect, { showHidden: false }); property
/third_party/node/test/es-module/
Dtest-esm-loader-custom-condition.mjs11 util.inspect(ns, { showHidden: false }), property
16 util.inspect(ns, { showHidden: true }), property
/third_party/node/lib/internal/util/
Dinspect.js141 showHidden: false, property
215 showHidden: ctx.showHidden, property
273 showHidden: inspectDefaultOptions.showHidden, property
297 ctx.showHidden = opts;
651 function getKeys(value, showHidden) { argument
654 if (showHidden) {
780 if (ctx.showHidden && (recurseTimes <= ctx.depth || ctx.depth === null)) {
795 (ctx.showHidden ?
807 const filter = ctx.showHidden ? ALL_PROPERTIES : ONLY_ENUMERABLE;
830 keys = getKeys(value, ctx.showHidden);
[all …]
/third_party/node/benchmark/util/
Dinspect.js7 showHidden: { showHidden: true }, property
Dinspect-array.js23 opts = { showHidden: true }; property
/third_party/node/deps/npm/node_modules/core-util-is/
Dfloat.patch111 -/* legacy: obj, showHidden, depth, colors*/
123 - ctx.showHidden = opts;
129 - if (isUndefined(ctx.showHidden)) ctx.showHidden = false;
225 - if (ctx.showHidden) {
/third_party/node/lib/internal/
Dencoding.js560 if (opts.showHidden) {
Durl.js391 if (opts.showHidden) {
/third_party/node/lib/internal/assert/
Dassertion_error.js72 showHidden: false, property
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DCommandLine.cpp1776 explicit HelpPrinter(bool showHidden) : ShowHidden(showHidden) {} in HelpPrinter() argument
1859 explicit CategorizedHelpPrinter(bool showHidden) : HelpPrinter(showHidden) {} in CategorizedHelpPrinter() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCommandLine.cpp2150 explicit HelpPrinter(bool showHidden) : ShowHidden(showHidden) {} in HelpPrinter() argument
2236 explicit CategorizedHelpPrinter(bool showHidden) : HelpPrinter(showHidden) {} in CategorizedHelpPrinter() argument
/third_party/node/doc/api/
Dutil.md294 `{ showHidden: true, showProxy: true }`. This will show the full object
470 ## `util.inspect(object[, showHidden[, depth[, colors]]])`
491 `showHidden` is `true`.
553 * `showHidden` {boolean} If `true`, `object`'s non-enumerable symbols and
644 console.log(util.inspect(util, { showHidden: true, depth: null }));
702 The `showHidden` option allows [`WeakMap`][] and [`WeakSet`][] entries to be
715 console.log(inspect(weakSet, { showHidden: true }));
Dconsole.md268 * `showHidden` {boolean} If `true` then the object's non-enumerable and symbol
/third_party/node/lib/internal/repl/
Dutils.js57 showHidden: false property
/third_party/node/deps/npm/lib/
Dview.js443 … d = util.inspect(d, { showHidden: false, depth: 5, colors: npm.color, maxArrayLength: null }) property
/third_party/node/lib/
Dbuffer.js858 const filter = ctx.showHidden ? ALL_PROPERTIES : ONLY_ENUMERABLE;
/third_party/node/deps/npm/node_modules/yargs/
Dyargs.js875 self.addShowHiddenOpt = self.showHidden = function addShowHiddenOpt (opt, msg) {
/third_party/node/doc/changelogs/
DCHANGELOG_V13.md1036 …e8d9)] - **util**: improve prototype inspection using `inspect()` and `showHidden` (Ruben Bridgewa…
DCHANGELOG_V11.md2017 …d)] - **test**: add whatwg-encoding TextDecoder custom inspection with showHidden (ZauberNerd) [#2…
DCHANGELOG_V12.md1206 …b9d8)] - **util**: improve prototype inspection using `inspect()` and `showHidden` (Ruben Bridgewa…
DCHANGELOG_V10.md1160 …8)] - **test**: add whatwg-encoding TextDecoder custom inspection with showHidden (ZauberNerd) [#2…