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

Method clearAllBreakPoints

deps/v8/test/debugger/test-api.js:138–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

136 }
137
138 clearAllBreakPoints() {
139 for (let breakpoint of this.breakpoints) {
140 this.clearBreakPoint(breakpoint);
141 }
142 this.breakpoints.clear();
143 }
144
145 showBreakPoints(f) {
146 const source = %FunctionGetSourceCode(f);

Calls 2

clearBreakPointMethod · 0.95
clearMethod · 0.65

Tested by

no test coverage detected