Searched refs:customInspectSymbol (Results 1 – 18 of 18) sorted by relevance
/third_party/node/lib/internal/ |
D | abort_controller.js | 23 customInspectSymbol, 62 [customInspectSymbol](depth, options) { 128 [customInspectSymbol](depth, options) {
|
D | event_target.js | 33 const { customInspectSymbol } = require('internal/util'); 110 [customInspectSymbol](depth, options) { 416 [customInspectSymbol](depth, options) {
|
D | socketaddress.js | 28 customInspectSymbol: kInspect,
|
D | blocklist.js | 14 customInspectSymbol: kInspect,
|
D | histogram.js | 18 customInspectSymbol: kInspect,
|
D | blob.js | 38 customInspectSymbol: kInspect,
|
D | encoding.js | 33 customInspectSymbol: inspect
|
D | util.js | 490 customInspectSymbol: SymbolFor('nodejs.util.inspect.custom'), property
|
/third_party/node/lib/ |
D | trace_events.js | 28 const { customInspectSymbol } = require('internal/util'); 70 [customInspectSymbol](depth, opts) {
|
D | buffer.js | 77 customInspectSymbol, 847 Buffer.prototype[customInspectSymbol] = function inspect(recurseTimes, ctx) { 879 Buffer.prototype.inspect = Buffer.prototype[customInspectSymbol];
|
D | perf_hooks.js | 59 const kInspect = require('internal/util').customInspectSymbol;
|
/third_party/node/lib/internal/debugger/ |
D | inspect_repl.js | 58 const { customInspectSymbol } = require('internal/util'); 193 [customInspectSymbol](depth, opts) { 292 [customInspectSymbol](depth, opts) { 388 listScripts[customInspectSymbol] = function listWithoutInternal() { 404 [customInspectSymbol](depth, { stylize }) { 425 [customInspectSymbol](depth, options) { 498 [customInspectSymbol]() {
|
/third_party/node/test/parallel/ |
D | test-whatwg-encoding-custom-interop.js | 11 const { customInspectSymbol: inspect } = require('internal/util');
|
D | test-whatwg-encoding-custom-textdecoder.js | 10 const { customInspectSymbol: inspect } = require('internal/util');
|
/third_party/node/lib/internal/vm/ |
D | module.js | 28 customInspectSymbol, 233 [customInspectSymbol](depth, options) {
|
/third_party/node/lib/internal/util/ |
D | inspect.js | 82 customInspectSymbol, 321 inspect.custom = customInspectSymbol; 734 const maybeCustom = value[customInspectSymbol];
|
/third_party/node/lib/internal/http2/ |
D | core.js | 28 customInspectSymbol: kInspect,
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V14.md | 3545 …hub.com/nodejs/node/commit/0f0f4e0c40)] - **events**: fix depth in customInspectSymbol and clean u…
|