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

Method waitForDebugger

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

Source from the content-addressed store, hash-verified

144 }
145
146 waitForDebugger() {
147 return new Promise(resolve => {
148 utils.waitForDebugger(this.id, resolve);
149 });
150 }
151
152 createContext(name) {
153 utils.createContext(this.id, name || '');

Callers

nothing calls this directly

Calls 1

waitForDebuggerMethod · 0.65

Tested by

no test coverage detected