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

Method constructor

deps/v8/test/inspector/protocol-test.js:142–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

140
141InspectorTest.ContextGroup = class {
142 constructor() {
143 this.id = utils.createContextGroup();
144 }
145
146 waitForDebugger() {
147 return new Promise(resolve => {

Callers

nothing calls this directly

Calls 3

_setupProtocolMethod · 0.80
addMethod · 0.65
bindMethod · 0.45

Tested by

no test coverage detected