Home
last modified time | relevance | path

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

/third_party/node/lib/internal/
Dabort_controller.js23 customInspectSymbol,
62 [customInspectSymbol](depth, options) {
128 [customInspectSymbol](depth, options) {
Devent_target.js33 const { customInspectSymbol } = require('internal/util');
110 [customInspectSymbol](depth, options) {
416 [customInspectSymbol](depth, options) {
Dsocketaddress.js28 customInspectSymbol: kInspect,
Dblocklist.js14 customInspectSymbol: kInspect,
Dhistogram.js18 customInspectSymbol: kInspect,
Dblob.js38 customInspectSymbol: kInspect,
Dencoding.js33 customInspectSymbol: inspect
Dutil.js490 customInspectSymbol: SymbolFor('nodejs.util.inspect.custom'), property
/third_party/node/lib/
Dtrace_events.js28 const { customInspectSymbol } = require('internal/util');
70 [customInspectSymbol](depth, opts) {
Dbuffer.js77 customInspectSymbol,
847 Buffer.prototype[customInspectSymbol] = function inspect(recurseTimes, ctx) {
879 Buffer.prototype.inspect = Buffer.prototype[customInspectSymbol];
Dperf_hooks.js59 const kInspect = require('internal/util').customInspectSymbol;
/third_party/node/lib/internal/debugger/
Dinspect_repl.js58 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/
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.js28 customInspectSymbol,
233 [customInspectSymbol](depth, options) {
/third_party/node/lib/internal/util/
Dinspect.js82 customInspectSymbol,
321 inspect.custom = customInspectSymbol;
734 const maybeCustom = value[customInspectSymbol];
/third_party/node/lib/internal/http2/
Dcore.js28 customInspectSymbol: kInspect,
/third_party/node/doc/changelogs/
DCHANGELOG_V14.md3545 …hub.com/nodejs/node/commit/0f0f4e0c40)] - **events**: fix depth in customInspectSymbol and clean u…