MCPcopy Index your code
hub / github.com/nodejs/node / isUndetectableObject

Function isUndetectableObject

lib/internal/util/inspect.js:219–219  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

217
218// https://tc39.es/ecma262/#sec-IsHTMLDDA-internal-slot
219const isUndetectableObject = (v) => typeof v === 'undefined' && v !== undefined;
220
221// These options must stay in sync with `getUserOptions`. So if any option will
222// be added or removed, `getUserOptions` must also be updated accordingly.

Callers 2

getConstructorNameFunction · 0.85
formatValueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…