Searched refs:showProxy (Results 1 – 9 of 9) sorted by relevance
/third_party/node/benchmark/util/ |
D | inspect-proxy.js | 8 showProxy: [0, 1], property 12 function main({ n, showProxy, isProxy }) { property 21 util.inspect({ a: proxyA, b: proxyB }, { showProxy }); field
|
/third_party/node/test/parallel/ |
D | test-util-inspect-proxy.js | 9 const opts = { showProxy: true }; property 14 [util.inspect.custom](depth, { showProxy }) { field 15 if (showProxy === false) { 118 util.inspect(proxy1, { showProxy: 1, depth: null }), property
|
D | test-assert-deep.js | 963 util.inspect.defaultOptions = { showProxy: true }; property
|
/third_party/node/lib/internal/util/ |
D | inspect.js | 145 showProxy: false, property 219 showProxy: ctx.showProxy, property 277 showProxy: inspectDefaultOptions.showProxy, property 723 const proxy = getProxyDetails(value, !!ctx.showProxy); 725 if (ctx.showProxy) { 1921 showProxy: true, property
|
/third_party/node/lib/internal/assert/ |
D | assertion_error.js | 74 showProxy: false, property
|
/third_party/node/lib/ |
D | repl.js | 217 writer.options = { ...inspect.defaultOptions, showProxy: true }; property
|
/third_party/node/doc/api/ |
D | util.md | 294 `{ showHidden: true, showProxy: true }`. This will show the full object 548 description: The `showProxy` option is supported now. 567 * `showProxy` {boolean} If `true`, `Proxy` inspection includes
|
D | repl.md | 325 stream (`process.stdout` by default). The `showProxy` inspection option is set
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V6.md | 4733 …* Added a `showProxy` option for formatting proxy intercepting handlers. (James M Snell) [#6465](h…
|