Home
last modified time | relevance | path

Searched defs:showProxy (Results 1 – 6 of 6) sorted by relevance

/third_party/node/benchmark/util/
Dinspect-proxy.js8 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/
Dtest-util-inspect-proxy.js9 const opts = { showProxy: true }; property
14 [util.inspect.custom](depth, { showProxy }) { field
118 util.inspect(proxy1, { showProxy: 1, depth: null }), property
Dtest-assert-deep.js963 util.inspect.defaultOptions = { showProxy: true }; property
/third_party/node/lib/internal/assert/
Dassertion_error.js74 showProxy: false, property
/third_party/node/lib/internal/util/
Dinspect.js145 showProxy: false, property
219 showProxy: ctx.showProxy, property
277 showProxy: inspectDefaultOptions.showProxy, property
1921 showProxy: true, property
/third_party/node/lib/
Drepl.js217 writer.options = { ...inspect.defaultOptions, showProxy: true }; property