Searched defs:showProxy (Results 1 – 7 of 7) 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 75 util.inspect(r, { showProxy: true }), property 139 util.inspect(proxy1, { showProxy: 1, depth: null }), property
|
| D | test-console-issue-43095.js | 12 console.log(inspect(r.proxy, { showProxy: true })); property
|
| D | test-assert-deep.js | 967 util.inspect.defaultOptions = { showProxy: true }; property
|
| /third_party/node/lib/internal/assert/ |
| D | assertion_error.js | 72 showProxy: false, property
|
| /third_party/node/lib/internal/util/ |
| D | inspect.js | 185 showProxy: false, property 261 showProxy: ctx.showProxy, property 321 showProxy: inspectDefaultOptions.showProxy, property 2219 showProxy: true, property
|
| /third_party/node/lib/ |
| D | repl.js | 234 writer.options = { ...inspect.defaultOptions, showProxy: true }; property
|