MCPcopy Create free account
hub / github.com/nodejs/node / deprecated

Function deprecated

lib/internal/util.js:161–164  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

159 code, msg, deprecated, false, isPendingDeprecation,
160 );
161 function deprecated(...args) {
162 emitDeprecationWarning();
163 return ReflectApply(fn, this, args);
164 }
165
166 ObjectDefineProperty(deprecated, 'length', {
167 __proto__: null,

Callers 1

deprecated.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected