(options)
| 3283 | |
| 3284 | class="cm">// Inject _scope into options. |
| 3285 | static _injectScope(options) { |
| 3286 | const scope = Utils.cloneDeep(this._scope); |
| 3287 | this._defaultsOptions(options, scope); |
| 3288 | } |
| 3289 | |
| 3290 | static [Symbol.for(class="st">'nodejs.util.inspect.custom')]() { |
| 3291 | return this.name; |
no test coverage detected