/third_party/node/test/parallel/ |
D | test-util-inspect.js | 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 [all …]
|
D | test-whatwg-encoding-custom-textdecoder.js | 110 util.inspect(dec, { showHidden: true }), property 121 util.inspect(dec, { showHidden: true }), property 141 util.inspect(dec, { showHidden: false }), property
|
D | test-util-inspect-getters-accessing-this.js | 24 showHidden: true property
|
D | test-whatwg-url-custom-inspect.js | 34 util.inspect(url, { showHidden: true }), property
|
D | test-console.js | 133 console.dir(custom_inspect, { showHidden: false }); property
|
/third_party/node/test/es-module/ |
D | test-esm-loader-custom-condition.mjs | 11 util.inspect(ns, { showHidden: false }), property 16 util.inspect(ns, { showHidden: true }), property
|
/third_party/node/lib/internal/util/ |
D | inspect.js | 141 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/ |
D | inspect.js | 7 showHidden: { showHidden: true }, property
|
D | inspect-array.js | 23 opts = { showHidden: true }; property
|
/third_party/node/deps/npm/node_modules/core-util-is/ |
D | float.patch | 111 -/* 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/ |
D | encoding.js | 560 if (opts.showHidden) {
|
D | url.js | 391 if (opts.showHidden) {
|
/third_party/node/lib/internal/assert/ |
D | assertion_error.js | 72 showHidden: false, property
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | CommandLine.cpp | 1776 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/ |
D | CommandLine.cpp | 2150 explicit HelpPrinter(bool showHidden) : ShowHidden(showHidden) {} in HelpPrinter() argument 2236 explicit CategorizedHelpPrinter(bool showHidden) : HelpPrinter(showHidden) {} in CategorizedHelpPrinter() argument
|
/third_party/node/doc/api/ |
D | util.md | 294 `{ 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 }));
|
D | console.md | 268 * `showHidden` {boolean} If `true` then the object's non-enumerable and symbol
|
/third_party/node/lib/internal/repl/ |
D | utils.js | 57 showHidden: false property
|
/third_party/node/deps/npm/lib/ |
D | view.js | 443 … d = util.inspect(d, { showHidden: false, depth: 5, colors: npm.color, maxArrayLength: null }) property
|
/third_party/node/lib/ |
D | buffer.js | 858 const filter = ctx.showHidden ? ALL_PROPERTIES : ONLY_ENUMERABLE;
|
/third_party/node/deps/npm/node_modules/yargs/ |
D | yargs.js | 875 self.addShowHiddenOpt = self.showHidden = function addShowHiddenOpt (opt, msg) {
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V13.md | 1036 …e8d9)] - **util**: improve prototype inspection using `inspect()` and `showHidden` (Ruben Bridgewa…
|
D | CHANGELOG_V11.md | 2017 …d)] - **test**: add whatwg-encoding TextDecoder custom inspection with showHidden (ZauberNerd) [#2…
|
D | CHANGELOG_V12.md | 1206 …b9d8)] - **util**: improve prototype inspection using `inspect()` and `showHidden` (Ruben Bridgewa…
|
D | CHANGELOG_V10.md | 1160 …8)] - **test**: add whatwg-encoding TextDecoder custom inspection with showHidden (ZauberNerd) [#2…
|