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

Method debuggerFlags

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

Source from the content-addressed store, hash-verified

169 }
170
171 debuggerFlags() {
172 return { breakPointsActive :
173 { setValue : (enabled) => this.setBreakPointsActive(enabled) }
174 };
175 }
176
177 // Returns the script source. The return value is the script source for the
178 // script in which the function is defined.

Callers 5

listenerFunction · 0.80
listenerFunction · 0.80

Calls 1

setBreakPointsActiveMethod · 0.95

Tested by

no test coverage detected