Home
last modified time | relevance | path

Searched refs:customInspectSymbol (Results 1 – 25 of 33) sorted by relevance

12

/third_party/node/lib/internal/
Derror_serdes.js31 const { inspect: { custom: customInspectSymbol } } = require('util');
136 if (error != null && customInspectSymbol in error) {
185 [customInspectSymbol]: () => fromBuffer(error).toString('utf8'),
Dabort_controller.js31 customInspectSymbol,
165 [customInspectSymbol](depth, options) {
406 [customInspectSymbol](depth, options) {
Dfile.js15 customInspectSymbol: kInspect,
Dsocketaddress.js28 customInspectSymbol: kInspect,
Dblocklist.js14 customInspectSymbol: kInspect,
Devent_target.js40 customInspectSymbol,
128 [customInspectSymbol](depth, options) {
778 [customInspectSymbol](depth, options) {
Dhistogram.js19 customInspectSymbol: kInspect,
Dblob.js47 customInspectSymbol: kInspect,
Dencoding.js38 customInspectSymbol: inspect,
Dutil.js671 customInspectSymbol: SymbolFor('nodejs.util.inspect.custom'), property
/third_party/node/lib/
Dtrace_events.js26 const { customInspectSymbol } = require('internal/util');
72 [customInspectSymbol](depth, opts) {
Dbuffer.js83 customInspectSymbol,
885 Buffer.prototype[customInspectSymbol] = function inspect(recurseTimes, ctx) {
917 Buffer.prototype.inspect = Buffer.prototype[customInspectSymbol];
/third_party/node/lib/internal/debugger/
Dinspect_repl.js57 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/
Dperformance_entry.js15 customInspectSymbol: kInspect,
Dnodetiming.js16 customInspectSymbol: kInspect,
Dperformance.js41 const { customInspectSymbol: kInspect } = require('internal/util');
Dobserve.js56 customInspectSymbol: kInspect,
/third_party/node/test/parallel/
Dtest-whatwg-encoding-custom-interop.js11 const { customInspectSymbol: inspect } = require('internal/util');
Dtest-whatwg-encoding-custom-textdecoder.js10 const { customInspectSymbol: inspect } = require('internal/util');
/third_party/node/lib/internal/vm/
Dmodule.js26 customInspectSymbol,
229 [customInspectSymbol](depth, options) {
/third_party/node/lib/internal/webstreams/
Dqueuingstrategies.js17 customInspectSymbol: kInspect,
Dcompression.js22 customInspectSymbol: kInspect,
Dencoding.js29 customInspectSymbol: kInspect,
Dtransformstream.js28 customInspectSymbol: kInspect,
/third_party/node/lib/internal/crypto/
Dx509.js25 customInspectSymbol: kInspect,

12