Searched refs:customInspectSymbol (Results 1 – 25 of 33) sorted by relevance
12
/third_party/node/lib/internal/ |
D | error_serdes.js | 31 const { inspect: { custom: customInspectSymbol } } = require('util'); 136 if (error != null && customInspectSymbol in error) { 185 [customInspectSymbol]: () => fromBuffer(error).toString('utf8'),
|
D | abort_controller.js | 31 customInspectSymbol, 165 [customInspectSymbol](depth, options) { 406 [customInspectSymbol](depth, options) {
|
D | file.js | 15 customInspectSymbol: kInspect,
|
D | socketaddress.js | 28 customInspectSymbol: kInspect,
|
D | blocklist.js | 14 customInspectSymbol: kInspect,
|
D | event_target.js | 40 customInspectSymbol, 128 [customInspectSymbol](depth, options) { 778 [customInspectSymbol](depth, options) {
|
D | histogram.js | 19 customInspectSymbol: kInspect,
|
D | blob.js | 47 customInspectSymbol: kInspect,
|
D | encoding.js | 38 customInspectSymbol: inspect,
|
D | util.js | 671 customInspectSymbol: SymbolFor('nodejs.util.inspect.custom'), property
|
/third_party/node/lib/ |
D | trace_events.js | 26 const { customInspectSymbol } = require('internal/util'); 72 [customInspectSymbol](depth, opts) {
|
D | buffer.js | 83 customInspectSymbol, 885 Buffer.prototype[customInspectSymbol] = function inspect(recurseTimes, ctx) { 917 Buffer.prototype.inspect = Buffer.prototype[customInspectSymbol];
|
/third_party/node/lib/internal/debugger/ |
D | inspect_repl.js | 57 const { customInspectSymbol, SideEffectFreeRegExpPrototypeSymbolReplace } = require('internal/util'… 191 [customInspectSymbol](depth, opts) { 219 [customInspectSymbol](depth, opts) { 284 [customInspectSymbol](depth, opts) { 340 [customInspectSymbol](depth, opts) { 437 listScripts[customInspectSymbol] = function listWithoutInternal() { 453 [customInspectSymbol](depth, { stylize }) { 474 [customInspectSymbol](depth, options) { 544 [customInspectSymbol]() {
|
/third_party/node/lib/internal/perf/ |
D | performance_entry.js | 15 customInspectSymbol: kInspect,
|
D | nodetiming.js | 16 customInspectSymbol: kInspect,
|
D | performance.js | 41 const { customInspectSymbol: kInspect } = require('internal/util');
|
D | observe.js | 56 customInspectSymbol: kInspect,
|
/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 | 26 customInspectSymbol, 229 [customInspectSymbol](depth, options) {
|
/third_party/node/lib/internal/webstreams/ |
D | queuingstrategies.js | 17 customInspectSymbol: kInspect,
|
D | compression.js | 22 customInspectSymbol: kInspect,
|
D | encoding.js | 29 customInspectSymbol: kInspect,
|
D | transformstream.js | 28 customInspectSymbol: kInspect,
|
/third_party/node/lib/internal/crypto/ |
D | x509.js | 25 customInspectSymbol: kInspect,
|
12